Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Local continuations form the basis for implementing protothreads. More...
Files | |
file | lc-addrlabels.h |
Implementation of local continuations based on the "Labels as values" feature of gcc. | |
file | lc-switch.h |
Implementation of local continuations based on switch() statment. | |
file | lc.h |
Local continuations. | |
Typedefs | |
typedef void * | lc_t |
The local continuation type. |
Detailed Description
Local continuations form the basis for implementing protothreads.
A local continuation can be set in a specific function to capture the state of the function. After a local continuation has been set can be resumed in order to restore the state of the function at the point where the local continuation was set.
Typedef Documentation
typedef lc_t |
The local continuation type.
Definition at line 62 of file lc-addrlabels.h.
Generated on Thu Jul 21 2022 05:00:57 by
