Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

experimental::coro::is_open

Check whether the coroutine is open, i.e. can be resumed.

bool is_open() const;

PrevUpHomeNext