Ask a question to get started
Enter to send•Shift+Enter new line
A function that yields control to other threads before running another function.
next_tick( fn: Callable[P, T], *args: P.args = (), **kwargs: P.kwargs = {} ) -> T