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
There should be a way to calculate hash over fiber::id (just like for std::thread::id). fiber::id has a pointer to context, which can be used to calculate hash.
This can significantly simplify changing porting code from std::thread to boost::fibers
The text was updated successfully, but these errors were encountered:
There should be a way to calculate hash over
fiber::id
(just like forstd::thread::id
).fiber::id
has a pointer to context, which can be used to calculate hash.This can significantly simplify changing porting code from
std::thread
toboost::fibers
The text was updated successfully, but these errors were encountered: