#include <flx_rtl.hpp>
Public Member Functions | |
| fthread_t () | |
| dead thread, suitable for assignment | |
| fthread_t (con_t *) | |
| make thread from a continuation | |
| _uctor_ * | run () |
| run until dead or driver service request | |
| void | kill () |
| kill by detaching the continuation | |
| _uctor_ * | get_svc () const |
| get current service request of waiting thread | |
Public Attributes | |
| con_t * | cc |
| current continuation | |
1.5.3-20071008