fn isSet(self: *const ResetEvent) bool
[src]
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.
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.