libcoro  1.0
Coroutine support library for C++20

◆ try_acquire()

bool coro::semaphore::try_acquire ( )
inline

Try acquire the semaphore.

Return values
trueacquired
falsenot aquired

Definition at line 91 of file semaphore.h.