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
We should provide a future version of the persistence-needed blocking function. At least tokio seems to guarantee that calling wake() wont take over the thread and do...stuff so we could use that to provide a callback without reentrancy issues.