exposed loop defer function from capi (#1579)

Co-authored-by: g.fetishev <[email protected]>
This commit is contained in:
Genrikh Fetischev
2023-03-06 11:34:59 +01:00
committed by GitHub
co-authored by g.fetishev
parent 8a1ed3cba8
commit 09d2795852
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -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
}