OperationPool
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
[ Compact ]
[ Version ( since = "3.2" ) ]
public class OperationPool
Contains only private data that should be read and manipulated using the functions below.
Content:
Methods:
- public void free ()
Frees previously created this.
- public void push (void* opdata)
Pushes an operation to be processed.
- public void release_opid (uint32 opid)
- public uint32 reserve_opid ()
Reserves new operation ID, which is returned.