map_async(func, iterable[, chunksize[, callback[, error_callback]]]) A variant of the map() method which returns
start([initializer[, initargs]]) Start a subprocess to start the manager. If initializer is not None then
Queue.full() Return True if the queue is full, False otherwise. If full() returns True
name A string used for identification purposes only. It has no semantics. Multiple threads may be given the same name. The initial
multiprocessing.sharedctypes.copy(obj) Return a ctypes object allocated from shared memory which is a copy of the ctypes object
add_done_callback(fn) Attaches the callable fn to the future. fn will be called, with the future as its only
class multiprocessing.Process(group=None, target=None, name=None, args=(), kwargs={}, *, daemon=None) Process objects represent
release() Release a semaphore, incrementing the internal counter by one. When it was zero on entry and another thread is waiting
_thread.start_new_thread(function, args[, kwargs]) Start a new thread and return its identifier. The thread executes the function
class concurrent.futures.Executor An abstract class that provides methods to execute calls asynchronously. It should not be
Page 27 of 29