libcaf  0.13.2
Public Member Functions | List of all members
caf::execution_unit Class Referenceabstract

Identifies an execution unit, e.g., a worker thread of the scheduler. More...

#include <execution_unit.hpp>

Public Member Functions

virtual void exec_later (resumable *ptr)=0
 Enqueues ptr to the job list of the execution unit. More...
 

Detailed Description

Identifies an execution unit, e.g., a worker thread of the scheduler.

Member Function Documentation

virtual void caf::execution_unit::exec_later ( resumable ptr)
pure virtual

Enqueues ptr to the job list of the execution unit.

Warning
Must only be called from a resumable currently executed by this execution unit.

The documentation for this class was generated from the following file: