45#include "xtc_export.h"
51#include "xtc_future.h"
53typedef struct xtc_dispatch_handle xtc_dispatch_handle_t;
79XTC_API
int xtc_dispatch(xtc_loop_t *loop,
int (*fn)(
void *),
void *arg,
80 xtc_future_t **out_future, xtc_dispatch_handle_t **out_handle);
97XTC_API
int xtc_dispatch_cancel(xtc_dispatch_handle_t *h);
107XTC_API
void xtc_dispatch_handle_free(xtc_dispatch_handle_t *h);