#include <script.h>
Public Methods | |
virtual void | waitHandler (void)=0 |
Used to wait for operation completion. | |
Protected Methods | |
void | stepScheduler (const char *sighandler=NULL) |
Notify interpreter callback that the session is complete and pass an optional signal handler for stepping. More... | |
void | sleepScheduler (timeout_t delay) |
Notify interpreter callback that a timed operation is in progress. More... | |
ScriptSession (ScriptInterp *interp) | |
Base constructor. | |
virtual | ~ScriptSession () |
Friends | |
class | ScriptInterp |
This provides a mechanism for active sessions to impliment thread-based callback and thread based session handlers in a generic fashion.
|
Base constructor.
|
|
|
|
Notify interpreter callback that a timed operation is in progress.
|
|
Notify interpreter callback that the session is complete and pass an optional signal handler for stepping.
|
|
Used to wait for operation completion.
|
|
|