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
I'm wondering if we should move the creation of the wait_failed task to a .start() method or similar, so that it is not a mistake to instantiate the Scheduler outside of a running loop.
Related to #69.
I'm wondering if we should move the creation of the wait_failed task to a
.start()
method or similar, so that it is not a mistake to instantiate the Scheduler outside of a running loop.So valid code could look like:
I'd like to hear some thoughts from @asvetlov, so leaving this here.
The text was updated successfully, but these errors were encountered: