#include <Worker.h>
Public Member Functions | |
EnableQueueGuard (SerialTaskQueue *iQueue) | |
EnableQueueGuard (EnableQueueGuard const &)=delete | |
EnableQueueGuard (EnableQueueGuard &&iGuard) | |
EnableQueueGuard & | operator= (EnableQueueGuard const &)=delete |
EnableQueueGuard & | operator= (EnableQueueGuard &&)=delete |
~EnableQueueGuard () | |
Public Attributes | |
SerialTaskQueue * | queue_ |
|
inline |
Definition at line 421 of file Worker.h.
|
delete |
|
inline |
Definition at line 425 of file Worker.h.
|
inline |
Definition at line 426 of file Worker.h.
References edm::SerialTaskQueue::resume().
|
delete |
|
delete |
SerialTaskQueue* edm::Worker::RunModuleTask< T >::EnableQueueGuard::queue_ |