fn isSet(self: *const ResetEvent) bool

Returns if the ResetEvent was set(). Once reset() is called, this returns false until the next set(). The memory accesses before the set() can be said to happen before isSet() returns true.

Parameters

self: *const ResetEvent,