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 current design places a ~Scheduler in TLS. This turned out to be a bad idea because now I want to have tasks that don't use a scheduler. Instead we should place ~Task in TLS. Once we do that we'll need a place to store the ~Scheduler instance when running in scheduler context, so we'll have to use a ~Task, making the scheduler itself a non-green thread task.
The text was updated successfully, but these errors were encountered:
The current design places a ~Scheduler in TLS. This turned out to be a bad idea because now I want to have tasks that don't use a scheduler. Instead we should place ~Task in TLS. Once we do that we'll need a place to store the ~Scheduler instance when running in scheduler context, so we'll have to use a ~Task, making the scheduler itself a non-green thread task.
The text was updated successfully, but these errors were encountered: