terminate() Terminate the process. On Unix this is done using the SIGTERM signal; on Windows TerminateProcess()
scheduler.queue Read-only attribute returning a list of upcoming events in the order they will be run. Each event is shown as
class multiprocessing.pool.Pool([processes[, initializer[, initargs[, maxtasksperchild[, context]]]]]) A process pool object
full() Return True if the queue is full, False otherwise. Because of multithreading/multiprocessing
Currently, there is only one module in this package:
Popen.stdout If the stdout argument was PIPE, this attribute is a readable stream object as returned by
_thread.stack_size([size]) Return the thread stack size used when creating new threads. The optional size argument
terminate() Stops the worker processes immediately without completing outstanding work. When the pool object is garbage collected
class threading.BoundedSemaphore(value=1) Class implementing bounded semaphore objects. A bounded semaphore checks to make sure
multiprocessing.sharedctypes.Value(typecode_or_type, *args, lock=True) The same as RawValue() except that depending
Page 13 of 29