recv_bytes_into(buffer[, offset]) Read into buffer a complete message of byte data sent from the other end of the connection
done() Return True if the call was successfully cancelled or finished running.
cancel() Attempt to cancel the call. If the call is currently being executed and cannot be cancelled then the method will return
threading.stack_size([size]) Return the thread stack size used when creating new threads. The optional size argument
class multiprocessing.BoundedSemaphore([value]) A bounded semaphore object: a close analog of
map(func, *iterables, timeout=None, chunksize=1) Equivalent to
map(func, iterable[, chunksize]) A parallel equivalent of the
class multiprocessing.Queue([maxsize]) Returns a process shared queue implemented using a pipe and a few locks/semaphores. When
scheduler.run(blocking=True) Run all scheduled events. This method will wait (using the delayfunc() function passed
multiprocessing.get_all_start_methods() Returns a list of the supported start methods, the first of which is the default. The
Page 18 of 29