urbit/sur/tapp.hoon

26 lines
348 B
Plaintext

|%
::
:: Possible async calls
::
+$ card
$% [%hiss wire ~ %httr %hiss hiss:eyre]
[%them wire ~]
[%wait wire @da]
[%rest wire @da]
==
::
:: Possible async responses
::
+$ sign
$% [%sigh =httr:eyre]
[%wake (unit tang)]
==
::
:: Outstanding contracts
::
+$ contract
$% [%wait at=@da]
[%hiss ~]
==
--