developers.urbit.org/content/reference/glossary/behn.md
2022-06-27 12:39:34 -05:00

643 B

+++ title = "Behn" template = "doc.html" [extra] category = "arvo" +++

Behn is the timing vane. It allows for applications to schedule events, which are managed in a simple priority queue. For example, Clay, the Urbit filesystem, uses Behn to keep track of time-specific file requests. Eyre, the Urbit web vane, uses Behn for timing-out HTTP sessions.

Behn is located in /base/sys/vane/behn.hoon within Arvo.

Further Reading