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