coroutine wait_for(predicate) Wait until a predicate becomes true. The predicate should be a
kill(self) Kill the subprocess, as in
coroutine wait() Wait until notified. If the calling coroutine has not acquired the lock when
coroutine AbstractEventLoop.create_unix_connection(protocol_factory, path, *, ssl=None, sock=None, server_hostname=None) Create
terminate() Stop the child. On Posix OSs the method sends signal.SIGTERM to the child. On Windows the Win32 API
AbstractEventLoop.call_exception_handler(context) Call the current event loop exception handler.
class selectors.KqueueSelector
asyncio.iscoroutinefunction(func) Return True if func is determined to be a coroutine function
select.select(rlist, wlist, xlist[, timeout]) This is a straightforward interface to the Unix select() system call
locked() Returns True if semaphore can not be acquired immediately.
Page 26 of 28