mirror of
https://github.com/urbit/shrub.git
synced 2024-12-13 16:03:36 +03:00
Merge commit '0d04bd' into cc-merge
This commit is contained in:
commit
1739412ec1
@ -440,15 +440,16 @@
|
||||
::
|
||||
++ se-poke :: send a poke
|
||||
|= {gyl/gill:^gall par/pear}
|
||||
(se-emit ost %poke (drum-path gyl) gyl par)
|
||||
(se-emit [ost %poke (drum-path gyl) gyl par])
|
||||
::
|
||||
++ se-peer :: send a peer
|
||||
|= gyl/gill:^gall
|
||||
(se-emit(fug (~(put by fug) gyl ~)) ost %peer (drum-path gyl) gyl /sole)
|
||||
%- se-emit(fug (~(put by fug) gyl ~))
|
||||
[ost %peer (drum-path gyl) gyl /sole]
|
||||
::
|
||||
++ se-pull :: cancel subscription
|
||||
|= gyl/gill:^gall
|
||||
(se-emit ost %pull (drum-path gyl) gyl ~)
|
||||
(se-emit [ost %pull (drum-path gyl) gyl ~])
|
||||
::
|
||||
++ se-tame :: switch connection
|
||||
|= gyl/gill:^gall
|
||||
|
Loading…
Reference in New Issue
Block a user