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
@adamski The scheduler is not intended to be used this way, its purpose is to perform change calculations for notifications and notify the callback when they are ready.
I'd like to make use of the scheduler so that I can check login status on a thread, and set up the realm once logged in on the main thread.
I'm using
Scheduler::invoke
on a scheduler created withScheduler::make_default()
. Is there something I'm missing?The text was updated successfully, but these errors were encountered: