#include <adt/list.h>#include <fibril.h>#include <sys/time.h>#include <bool.h>Go to the source code of this file.
Data Structures | |
| struct | awaiter_t |
| Structures of this type represent a waiting fibril. More... | |
| struct | to_event_t |
| Structures of this type are used to track the timeout events. More... | |
| struct | wu_event_t |
| Structures of this type are used to track the wakeup events. More... | |
Functions | |
| void | __async_init (void) |
| Initialize the async framework. | |
| void | async_insert_timeout (awaiter_t *wd) |
| Sort in current fibril's timeout request. | |
Definition in file async.h.
1.4.7