exposed loop defer function from capi (#1579)
Co-authored-by: g.fetishev <[email protected]>
This commit is contained in:
co-authored by
g.fetishev
parent
8a1ed3cba8
commit
09d2795852
@@ -250,6 +250,7 @@ extern "C"
|
||||
|
||||
DLL_EXPORT struct us_loop_t *uws_get_loop();
|
||||
DLL_EXPORT struct us_loop_t *uws_get_loop_with_native(void* existing_native_loop);
|
||||
DLL_EXPORT void uws_loop_defer(struct us_loop_t *loop, void( cb(void *user_data) ), void *user_data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user