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 preemptiontimer needs to be initialized before `post()`ing lambdas
on the io_thread or later lambdas may be started with a null
preemptionTimer.
This is a bit weird from an ownership point of view, but seems to keep
TSAN happy.
0 commit comments