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
Hello! I am trying to learn your great work. But I am confused by the use of strand. In this project, each handler is wrapped by strand. As a result, most of the operations will execute sequentially even though there is more than one working thread. In this case, is really a need for us to use multi threads? Multi threads may be unable to speed up the execution.
The text was updated successfully, but these errors were encountered:
Hello! I am trying to learn your great work. But I am confused by the use of strand. In this project, each handler is wrapped by strand. As a result, most of the operations will execute sequentially even though there is more than one working thread. In this case, is really a need for us to use multi threads? Multi threads may be unable to speed up the execution.
The text was updated successfully, but these errors were encountered: