C | |
| create [Xapi_work_queues.S] | create n create a worker pool with n initial workers.
|
D | |
| dump [Xapi_work_queues.S] | dump pool dumps diagnostic information about the pool
|
| dump_item [Xapi_work_queues.Item] | dump_item item returns a short description of the operation
for debugging purposes
|
| dump_task [Xapi_work_queues.Item] | dump_task t dumps information about the task to execute, other than
the operation defined above
|
E | |
| execute [Xapi_work_queues.Item] | execute item gets called to run the work item.
|
F | |
| finally [Xapi_work_queues.Item] | finally item gets called when executing the work item has finished,
regardless whether it raised an exception or not.
|
P | |
| push [Xapi_work_queues.S] | push pool tag item pushes item at the end of queue for pool.
|
S | |
| set_size [Xapi_work_queues.S] | set_size pool n sets the worker pool size to n.
|
| should_keep [Xapi_work_queues.Item] | should_keep current previous
Determines whether the current work item should be retained
knowing that the previous items in the queue exist.
|
T | |
| tests [Xapi_work_queues] |