mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 22:55:03 +03:00
More wording
This commit is contained in:
parent
ca95e56f09
commit
8d2bdb83c3
@ -140,9 +140,9 @@
|
|||||||
:: handle this first because the moves %behn emits will get handled in
|
:: handle this first because the moves %behn emits will get handled in
|
||||||
:: depth-first order. If we're handling a %wake which causes a move to a
|
:: depth-first order. If we're handling a %wake which causes a move to a
|
||||||
:: different vane and a %doze event to send to unix, Arvo needs to process
|
:: different vane and a %doze event to send to unix, Arvo needs to process
|
||||||
:: the %doze first because the move to the other vane may call back into
|
:: the %doze first because otherwise if the move to the other vane calls
|
||||||
:: %behn and emit a second %doze, which means the second %doze would be
|
:: back into %behn and emits a second %doze, the second %doze would be
|
||||||
:: handled by unix first.
|
:: handled by unix first which is incorrect.
|
||||||
::
|
::
|
||||||
++ set-wake
|
++ set-wake
|
||||||
|= moves=(list move)
|
|= moves=(list move)
|
||||||
|
Loading…
Reference in New Issue
Block a user