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
Following from #17, we need the following restriction:
p.run_until(...) can only be called when:
The application is stopped (i.e. it cannot have been resumed due to a previous p.recv() call)
AND the call is in the top-level context for a thread (i.e. the outermost scope of the script, or the outermost
scope of a thread entry hook). run_until is not valid in hooks*
How this works with hooks is TBD, but I would assume that hooks would execute at all times by default.
Potential use case (pseudocode):
The text was updated successfully, but these errors were encountered: