Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 762 Bytes

File metadata and controls

26 lines (20 loc) · 762 Bytes

+++ title = "Card"

[extra] category = "hoon-nock"

[glossaryEntry.card] name = "card" symbol = "" usage = "hoon-nock" desc = "The type of effects produced by agents and threads."

+++

A card is the data type for effects produced by Gall agents and threads. It may contain things like requests to vanes (kernel modules), pokes to other agents, facts for subscribers, etc.

Further Reading