21 return (_state == S_started);
28 INLINE
double AsyncTaskChain::
29 do_get_next_wake_time()
const {
30 if (!_sleeping.empty()) {
31 return _sleeping.front()->_wake_time;
40 INLINE
double AsyncTaskChain::
42 return task->_wake_time;
This class represents a concrete task performed by an AsyncManager.
bool is_started() const
Returns true if the thread(s) have been started and are ready to service requests,...