__repr__() Return a representation of the proxy object.
close() Close the bound socket or named pipe of the listener object. This is called automatically when the listener is garbage
_thread.stack_size([size]) Return the thread stack size used when creating new threads. The optional size argument
register(typeid[, callable[, proxytype[, exposed[, method_to_typeid[, create_method]]]]]) A classmethod which can be used for
apply_async(func[, args[, kwds[, callback[, error_callback]]]]) A variant of the apply() method which returns a
class multiprocessing.JoinableQueue([maxsize]) JoinableQueue, a Queue subclass, is a queue which additionally
poll([timeout]) Return whether there is any data available to be read. If timeout is
empty() Return True if the queue is empty, False otherwise.
exception concurrent.futures.CancelledError Raised when a future is cancelled.
multiprocessing.sharedctypes.RawArray(typecode_or_type, size_or_initializer) Return a ctypes array allocated from shared memory
Page 15 of 29