#include <Async.h>
Public Member Functions | |
Async () | |
Constructor. More... | |
virtual bool | finished ()=0 |
Check on completion state. More... | |
virtual void | invoke ()=0 |
Asynchronous invocation. More... | |
virtual | ~Async () |
Destructor. More... | |
Public Member Functions inherited from coil::Task | |
virtual void | activate () |
Create a thread. More... | |
virtual void | activate () |
Create a thread. More... | |
virtual int | close (unsigned long flags=0) |
Task close. More... | |
virtual int | close (unsigned long flags=0) |
Task close. More... | |
virtual void | finalize () |
Finalizing the task. More... | |
virtual void | finalize () |
Finalizing the task. More... | |
virtual int | open (void *args=0) |
Task open. More... | |
virtual int | open (void *args=0) |
Task open. More... | |
virtual void | reset () |
Reset of task count. More... | |
virtual void | reset () |
Reset of task count. More... | |
virtual int | resume (void) |
Resuming the suspended task. More... | |
virtual int | resume (void) |
Resuming the suspended task. More... | |
virtual int | suspend (void) |
Suspending the task. More... | |
virtual int | suspend (void) |
Suspending the task. More... | |
virtual int | svc () |
Execute thread. More... | |
virtual int | svc () |
Execute thread. More... | |
Task () | |
Constructor. More... | |
Task () | |
Constructor. More... | |
virtual int | wait (void) |
Waiting for the thread terminate. More... | |
virtual int | wait (void) |
Waiting for the thread terminate. More... | |
virtual | ~Task () |
Destructor. More... | |
virtual | ~Task () |
Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from coil::Task | |
static void * | svc_run (void *args=0) |
Start thread Execution. More... | |
static unsigned int WINAPI | svc_run (void *args=0) |
Start thread Execution. More... | |
|
inlinevirtual |
|
pure virtual |
Check on completion state.
Pure virtual function for check on completion state.
Implemented in coil::Async_ref_t< Object, Func >, and coil::Async_t< Object, Func >.
|
pure virtual |
Asynchronous invocation.
Pure virtual function for Asynchronous invocation.
Implemented in coil::Async_ref_t< Object, Func >, and coil::Async_t< Object, Func >.