Very Simple Kernel 0.1.0
|
Go to the source code of this file.
Data Structures | |
struct | vsk_EventSubscription |
Event subscription. More... | |
Typedefs | |
typedef struct vsk_EventSubscription | vsk_EventSubscription_t |
Event subscription. | |
Functions | |
vsk_EventSubscription_t * | vsk_EventSubscription_init (vsk_EventSubscription_t *const self, vsk_Inbox_t *const inbox, vsk_Message_Handler_t const handler, void *const obj) |
Initializes an event subscription. | |
void | vsk_EventSubscription_publish (vsk_EventSubscription_t *const self) |
Publishes the event message to the associated inbox. | |