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
Current SendWrapper uses std::thread::Thread, involving cloning an Arc and instantly drop it, which causes overhead. We may rewrite it with a lighter number-only thread id.
Current
SendWrapperusesstd::thread::Thread, involving cloning anArcand instantly drop it, which causes overhead. We may rewrite it with a lighter number-only thread id.