wake

Zeroes the entry pointed to by ptr.

final @nogc static pragma(inline) @trusted
void
wake
(
bool threadSafe = false
)
(
void* ptr
)

Parameters

threadSafe

Should this operation be thread safe? Default false.

ptr void*

Pointer to entry to be zeroed.

Meta