Freckle


Async

Namespace: Freckle

Adds more advanced delays

Functions and values

Function or valueDescription
awaitAny acs
Signature: acs:seq<Async<unit>> -> Async<unit>
pulseDelay hz
Signature: hz:double -> Async<unit>

Delays sampling with a pulse. NOTICE on most machines running windows you can atmost reach 60 samples per seconds or a thread delay of 15 ms, if you require higher resolution, use pulseDelayBusy instead.

pulseDelayBusy hz
Signature: hz:float -> Async<unit>
pulseMax
Signature: Async<unit>
Fork me on GitHub