You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main logic execution is written in a single-threaded style, only the network library libevent and the actor model library Theron use multiple threads for their execution. As the result, we can write code in main logic execution without thread-lock to meet the highest performance and reduce your mental burden.