func (e *windowsEvent) Set() error {
	return windows.SetEvent(e.handle)
}
Example #2
0
func (e *event) Set() error {
	return windows.SetEvent(e.h)
}