Method
EDataServerFlagset
since: 1.12
Declaration [src]
void
e_flag_set (
EFlag* flag
)
Description [src]
Sets flag. All threads waiting on flag are woken up. Threads that call e_flag_wait() or e_flag_wait_until() once flag is set will not
block at all.
Available since: 1.12
This method is not directly available to language bindings.