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
Just block on the future - we even have an util for that. As long as you are on threads that are Ox-managed, they will be virtual, so you won't block OS threads.
Say one has some code that still uses futures but wanted to begin using direct style concurrency.
What is the recommended and safest way to unbox the Future in a way that does not end up blocking an OS thread? Should I use a channel?
The text was updated successfully, but these errors were encountered: