FSharp.Control.Reactive


WaitHandle

Namespace: FSharp.Control.Reactive
Attributes:
[<CompilationRepresentation(4)>]

Functions and values

Function or valueDescription
flag(s)
Signature: s:EventWaitHandle -> unit

Sets the state of the event to signaled, allowing one or more waiting threads to proceed.

wait(s)
Signature: s:WaitHandle -> unit

Blocks the current thread until the WaitHandle receives a signal.

Fork me on GitHub