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
In current, unblock requires closure must be 'static, is it possible to add a unsafe method unblock_unchecked to remove this constraint, just like async_task::spawn_unchecked? It must be useful to let other user to make their own unblock wrapper.