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

◆ signal()

bool xtd::threading::semaphore::signal ( )
overrideprotectedvirtual

Releases ownership of the specified wait_handle object.

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

Implements xtd::threading::wait_handle.