behn: cleans up comments

This commit is contained in:
Joe Bryan 2022-06-17 22:20:16 -04:00
parent 1b6d4f0fc5
commit 6b99b154d6

View File

@ -96,7 +96,7 @@
%wake (wake(next-wake.state ~) error)
==
::
:: +take-drip: XX
:: +take-drip: the future is now, %give the deferred move
::
++ take-drip
|= [num=@ud error=(unit tang)]
@ -115,7 +115,7 @@
::
+| %tasks
::
:: +drip: XX
:: +drip: enqueue a future gift (as a vase), %pass ourselves a %wait
::
++ drip
|= vax=vase
@ -126,7 +126,7 @@
count.drips.state +(count.drips.state)
==
::
:: +wake: unix says wake up; process the elapsed timer and set :next-wake
:: +wake: unix says wake up; process the elapsed timer (or forward error)
::
++ wake
|= error=(unit tang)
@ -144,6 +144,9 @@
:: pop the first timer and notify client vane,
:: forwarding error if present
::
:: XX %wake errors should be signaled out-of-band
:: [duct.timer %hurl goof %give %wake ~]
::
(emit(timers.state later-timers) [duct.timer %give %wake error])
::
+| %implementation