mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 21:02:01 +03:00
38 lines
827 B
Plaintext
38 lines
827 B
Plaintext
|* [poke-data=mold out-peer-data=mold]
|
|
|%
|
|
::
|
|
:: Possible async calls
|
|
::
|
|
+$ card
|
|
$% [%wait wire @da]
|
|
[%rest wire @da]
|
|
[%poke wire dock poke-data]
|
|
[%peer wire dock path]
|
|
[%pull wire dock ~]
|
|
[%diff out-peer-data]
|
|
[%request wire request:http outbound-config:iris]
|
|
[%cancel-request wire ~]
|
|
[%connect wire binding:eyre term]
|
|
[%http-response =http-event:http]
|
|
[%rule wire %turf %put turf]
|
|
==
|
|
::
|
|
:: Possible async responses
|
|
::
|
|
+$ sign
|
|
$% [%wake error=(unit tang)]
|
|
[%coup =dock error=(unit tang)]
|
|
[%quit =dock =path]
|
|
[%reap =dock =path error=(unit tang)]
|
|
[%bound success=? =binding:eyre]
|
|
[%http-response response=client-response:iris]
|
|
==
|
|
::
|
|
:: Outstanding contracts
|
|
::
|
|
+$ contract
|
|
$% [%wait at=@da]
|
|
[%request ~]
|
|
==
|
|
--
|