push
Description:
public void push (void* opdata)
Pushes an operation to be processed.
opdata
is passed to the function provided in e_operation_pool_new
.
Parameters:
this | |
opdata |
user data for the operation |
Pushes an operation to be processed.
opdata
is passed to the function provided in e_operation_pool_new
.
this | |
opdata |
user data for the operation |