Definition at line 35 of file parallel.cpp.
◆ idle_notifier_impl() [1/2]
fc::detail::idle_notifier_impl::idle_notifier_impl |
( |
| ) |
|
|
inline |
◆ idle_notifier_impl() [2/2]
◆ ~idle_notifier_impl()
virtual fc::detail::idle_notifier_impl::~idle_notifier_impl |
( |
| ) |
|
|
inlinevirtual |
◆ busy()
virtual void fc::detail::idle_notifier_impl::busy |
( |
| ) |
|
|
inlinevirtual |
This method is called when the thread is no longer idle, e. g. after it has woken up due to a timer or signal.
Implements fc::thread_idle_notifier.
Definition at line 53 of file parallel.cpp.
◆ idle()
task_base * fc::detail::idle_notifier_impl::idle |
( |
| ) |
|
|
virtual |
◆ id
uint32_t fc::detail::idle_notifier_impl::id |
◆ is_idle
boost::atomic<bool> fc::detail::idle_notifier_impl::is_idle |
◆ my_pool
pool_impl* fc::detail::idle_notifier_impl::my_pool |
The documentation for this class was generated from the following file: