Sha256: 7ff6445d288e7b7805096ca747ee6f7705377f9fc78ed86a34afaa3d99665d68

Contents?: true

Size: 575 Bytes

Versions: 61

Compression:

Stored size: 575 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.  (the timer will automatically be de-registered)

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
flok-0.0.105 docs/callout.md
flok-0.0.103 docs/callout.md
flok-0.0.102 docs/callout.md
flok-0.0.101 docs/callout.md
flok-0.0.100 docs/callout.md
flok-0.0.99 docs/callout.md
flok-0.0.98 docs/callout.md
flok-0.0.97 docs/callout.md
flok-0.0.96 docs/callout.md
flok-0.0.95 docs/callout.md
flok-0.0.94 docs/callout.md
flok-0.0.93 docs/callout.md
flok-0.0.92 docs/callout.md
flok-0.0.91 docs/callout.md
flok-0.0.90 docs/callout.md
flok-0.0.89 docs/callout.md
flok-0.0.88 docs/callout.md
flok-0.0.87 docs/callout.md
flok-0.0.86 docs/callout.md
flok-0.0.85 docs/callout.md