xtd 0.2.0
Loading...
Searching...
No Matches

◆ signal()

virtual bool xtd::threading::wait_handle::signal ( )
protectedpure virtual

Releases ownership of the specified wait_handle object.

Returns
true If the function succeeds, false otherwise.
Remarks
Override this function for all derived object

Implemented in xtd::threading::event_wait_handle, xtd::threading::mutex, and xtd::threading::semaphore.