abeRunQueue
abeRunQueue( ) => t / nil
Description
Runs all the ABE operations that are queued for processing.
Arguments
Values Returned
|
The function was not successful because ABE is not initialized or the queue is empty. |
Examples
Runs ABE functions in the queue.
abeRunQueue()
Related Topics
Support for Multithreading in ABE Functions
Return to top