|
Lely core libraries
1.9.2
|
The internal implementation of the I/O context. More...


Public Member Functions | |
| void | lock () override |
| Blocks until a lock can be obtained for the current execution agent (thread, process, task). More... | |
| void | unlock () override |
| Releases the lock held by the execution agent. Throws no exceptions. | |
The internal implementation of the I/O context.
Definition at line 38 of file io_context.cpp.
|
inlineoverridevirtual |
Blocks until a lock can be obtained for the current execution agent (thread, process, task).
If an exception is thrown, no lock is obtained.
Implements lely::canopen::BasicLockable.
Definition at line 43 of file io_context.cpp.