Sha256: 7de9148cb9b13b93e245fee3cf8efc147ce09290e75f68696ff449aca222a691

Contents?: true

Size: 526 Bytes

Versions: 3

Compression:

Stored size: 526 Bytes

Contents

#Callout - Kernel timer manager
The function `callout_wakeup()` embodies the time management functions of the kernel; this includes maintaining periodic
and interval timers and to send a custom event to the given port.

##Registration
You may register for a timer event via `reg_timeout(ep, ename, ticks)`. This will wait `ticks` before firing.
To continually fire, you may use `reg_interval(ep, ename, ticks)` which will continue to fire every `ticks`. If `ep` is no longer in the `evt`, then
the entry will no longer exist.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flok-0.0.40 docs/callout.md
flok-0.0.39 docs/callout.md
flok-0.0.38 docs/callout.md