_getvalue() Return a copy of the referent. If the referent is unpicklable then this will raise
Queue([maxsize]) Create a shared
put(obj[, block[, timeout]]) Put obj into the queue. If the optional argument block is True (the default)
setName() Old getter/setter API for name; use it directly as a property instead.
Popen.stdin If the stdin argument was PIPE, this attribute is a writeable stream object as returned by
exception multiprocessing.TimeoutError Raised by methods with a timeout when the timeout expires.
class multiprocessing.Process(group=None, target=None, name=None, args=(), kwargs={}, *, daemon=None) Process objects represent
map_async(func, iterable[, chunksize[, callback[, error_callback]]]) A variant of the map() method which returns
class concurrent.futures.Executor An abstract class that provides methods to execute calls asynchronously. It should not be
set_running_or_notify_cancel() This method should only be called by Executor implementations before executing the
Page 27 of 29