Class coro::section¶
Class List > coro > section
Standard lockable with win32 criticial section.
Inherits the following classes: CRITICAL_SECTION
Public Functions¶
| Type | Name |
|---|---|
| void | lock () noexcept |
| section () noexcept |
|
| bool | try_lock () noexcept |
| void | unlock () noexcept |
| ~section () noexcept |
Public Functions Documentation¶
function lock¶
void coro::section::lock () noexcept
function section [3/3]¶
coro::section::section () noexcept
function try_lock¶
bool coro::section::try_lock () noexcept
function unlock¶
void coro::section::unlock () noexcept
function ~section¶
coro::section::~section () noexcept
The documentation for this class was generated from the following file modules/system/windows.cpp