-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_WaitableCreate
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Create an MTY_Waitable
object.
MTY_Waitable *MTY_WaitableCreate(void);
MTY_Waitable *
This function can not return NULL
. It will call abort()
on failure.
The returned MTY_Waitable
object must be destroyed with MTY_WaitableDestroy
.