libcoro
1.0
Coroutine support library for C++20
coro
semaphore
acquire
get
operator co_await
release
semaphore
try_acquire
◆
try_acquire()
bool coro::semaphore::try_acquire
(
)
inline
Try acquire the semaphore.
Return values
true
acquired
false
not aquired
Definition at line
91
of file
semaphore.h
.
Generated on Fri Aug 2 2024 15:51:50 for libcoro by
1.9.1