2018-12-13 01:09:47 +03:00
|
|
|
:: %behn, just a timer
|
2019-02-06 02:52:50 +03:00
|
|
|
!:
|
2016-11-24 07:25:07 +03:00
|
|
|
!? 164
|
|
|
|
::
|
2018-12-13 01:09:47 +03:00
|
|
|
=, behn
|
|
|
|
|= pit=vase
|
|
|
|
=> |%
|
|
|
|
+$ move [p=duct q=(wind note:able gift:able)]
|
|
|
|
+$ sign ~
|
|
|
|
::
|
|
|
|
+$ behn-state
|
|
|
|
$: timers=(list timer)
|
|
|
|
unix-duct=duct
|
|
|
|
next-wake=(unit @da)
|
|
|
|
==
|
|
|
|
::
|
|
|
|
+$ timer [date=@da =duct]
|
|
|
|
--
|
2016-11-24 07:25:07 +03:00
|
|
|
::
|
2019-01-30 04:15:54 +03:00
|
|
|
=> |%
|
|
|
|
++ per-event
|
|
|
|
=| moves=(list move)
|
|
|
|
|= [[our=ship now=@da =duct] state=behn-state]
|
2018-12-03 22:45:50 +03:00
|
|
|
::
|
2019-01-30 04:15:54 +03:00
|
|
|
|%
|
|
|
|
:: %entry-points
|
2018-11-26 11:18:45 +03:00
|
|
|
::
|
2019-01-30 04:15:54 +03:00
|
|
|
:: +born: handle urbit restart
|
|
|
|
::
|
|
|
|
++ born
|
|
|
|
^+ [moves state]
|
|
|
|
:: store this duct for setting unix wakeup timers
|
2018-12-13 01:09:47 +03:00
|
|
|
::
|
2019-01-30 04:15:54 +03:00
|
|
|
=. unix-duct.state duct
|
|
|
|
:: process any elapsed timers and clear and reset :next-wake
|
2018-12-13 01:09:47 +03:00
|
|
|
::
|
2019-01-30 04:15:54 +03:00
|
|
|
=> notify-clients
|
|
|
|
set-wake(next-wake.state ~)
|
|
|
|
:: +crud: error report; hand off to %dill to be printed
|
2018-11-26 11:18:45 +03:00
|
|
|
::
|
2019-01-30 04:15:54 +03:00
|
|
|
++ crud
|
|
|
|
|= [p=@tas q=tang]
|
|
|
|
^+ [moves state]
|
|
|
|
[[duct %slip %d %flog %crud p q]~ state]
|
|
|
|
:: +rest: cancel the timer at :date, resetting :next-wake if needed
|
|
|
|
::
|
|
|
|
++ rest
|
|
|
|
|= date=@da
|
|
|
|
^+ [moves state]
|
2018-12-13 01:09:47 +03:00
|
|
|
::
|
2019-01-30 04:15:54 +03:00
|
|
|
=. timers.state (unset-timer [date duct])
|
|
|
|
set-wake
|
2019-02-06 02:42:19 +03:00
|
|
|
:: +vega: learn of a kernel upgrade
|
|
|
|
::
|
|
|
|
++ vega
|
|
|
|
[moves state]
|
2019-01-30 04:15:54 +03:00
|
|
|
:: +wait: set a new timer at :date, resetting :next-wake if needed
|
|
|
|
::
|
|
|
|
++ wait
|
|
|
|
|= date=@da
|
|
|
|
^+ [moves state]
|
|
|
|
=. timers.state (set-timer [date duct])
|
|
|
|
set-wake
|
|
|
|
:: +wake: unix says we should wake up; notify clients and set :next-wake
|
|
|
|
::
|
|
|
|
++ wake
|
|
|
|
^+ [moves state]
|
|
|
|
=> notify-clients
|
|
|
|
set-wake(next-wake.state ~)
|
|
|
|
:: +wegh: produce memory usage report for |mass
|
|
|
|
::
|
|
|
|
++ wegh
|
|
|
|
^+ [moves state]
|
|
|
|
:_ state :_ ~
|
|
|
|
:^ duct %give %mass
|
2019-01-31 05:11:44 +03:00
|
|
|
:+ %behn %|
|
|
|
|
:~ timers+&+timers.state
|
|
|
|
dot+&+state
|
2019-01-30 04:15:54 +03:00
|
|
|
==
|
|
|
|
:: %utilities
|
|
|
|
::
|
|
|
|
::+|
|
|
|
|
::
|
|
|
|
++ event-core .
|
2018-12-13 01:09:47 +03:00
|
|
|
:: +notify-clients: wake up vanes whose timers have expired
|
|
|
|
::
|
2019-01-08 00:44:04 +03:00
|
|
|
:: When we return the list moves to clients, we flop them so they're in
|
|
|
|
:: the same order as they were in :timers.
|
|
|
|
::
|
2018-12-13 01:09:47 +03:00
|
|
|
++ notify-clients
|
2019-01-30 04:15:54 +03:00
|
|
|
=* timers timers.state
|
2019-02-09 06:17:46 +03:00
|
|
|
^+ event-core
|
2016-11-24 07:25:07 +03:00
|
|
|
::
|
2018-12-13 01:09:47 +03:00
|
|
|
?~ timers
|
2019-01-30 04:15:54 +03:00
|
|
|
=. moves (flop moves)
|
|
|
|
event-core
|
2016-11-24 07:25:07 +03:00
|
|
|
::
|
2018-12-13 01:09:47 +03:00
|
|
|
?: (gth date.i.timers now)
|
2019-01-30 04:15:54 +03:00
|
|
|
=. moves (flop moves)
|
|
|
|
event-core
|
2018-12-13 01:09:47 +03:00
|
|
|
::
|
2019-02-09 06:17:46 +03:00
|
|
|
=. moves [[duct.i.timers %give %wake ~] moves]
|
|
|
|
=> .(timers t.timers)
|
|
|
|
=. moves (flop moves)
|
|
|
|
event-core
|
2018-12-13 01:09:47 +03:00
|
|
|
:: +set-wake: set or unset a unix timer to wake us when next timer expires
|
|
|
|
::
|
2019-01-08 00:47:23 +03:00
|
|
|
:: We prepend the unix %doze event so that it is handled first. Arvo must
|
|
|
|
:: handle this first because the moves %behn emits will get handled in
|
2019-01-08 00:44:04 +03:00
|
|
|
:: depth-first order. If we're handling a %wake which causes a move to a
|
2019-01-08 00:47:23 +03:00
|
|
|
:: different vane and a %doze event to send to unix, Arvo needs to process
|
2019-01-08 00:58:08 +03:00
|
|
|
:: the %doze first because otherwise if the move to the other vane calls
|
|
|
|
:: back into %behn and emits a second %doze, the second %doze would be
|
|
|
|
:: handled by unix first which is incorrect.
|
2019-01-08 00:44:04 +03:00
|
|
|
::
|
2018-12-13 01:09:47 +03:00
|
|
|
++ set-wake
|
|
|
|
^+ [moves state]
|
2019-01-30 04:15:54 +03:00
|
|
|
::
|
|
|
|
=* next-wake next-wake.state
|
|
|
|
=* timers timers.state
|
|
|
|
=* unix-duct unix-duct.state
|
2018-12-13 01:09:47 +03:00
|
|
|
:: if no timers, cancel existing wakeup timer or no-op
|
|
|
|
::
|
|
|
|
?~ timers
|
|
|
|
?~ next-wake
|
2018-12-13 09:07:05 +03:00
|
|
|
[moves state]
|
2018-12-13 01:09:47 +03:00
|
|
|
:_ state(next-wake ~)
|
|
|
|
[[unix-duct %give %doze ~] moves]
|
|
|
|
:: if :next-wake is in the past or not soon enough, reset it
|
|
|
|
::
|
|
|
|
?^ next-wake
|
|
|
|
?: &((gte date.i.timers u.next-wake) (lte now u.next-wake))
|
2018-12-13 09:07:05 +03:00
|
|
|
[moves state]
|
2018-12-13 01:09:47 +03:00
|
|
|
:_ state(next-wake `date.i.timers)
|
|
|
|
[[unix-duct %give %doze `date.i.timers] moves]
|
|
|
|
:: there was no unix wakeup timer; set one
|
|
|
|
::
|
|
|
|
:_ state(next-wake `date.i.timers)
|
|
|
|
[[unix-duct %give %doze `date.i.timers] moves]
|
2019-01-30 04:15:54 +03:00
|
|
|
:: +set-timer: set a timer, maintaining the sort order of the :timers list
|
|
|
|
::
|
|
|
|
++ set-timer
|
|
|
|
=* timers timers.state
|
|
|
|
|= t=timer
|
|
|
|
^+ timers
|
|
|
|
::
|
|
|
|
?~ timers
|
|
|
|
~[t]
|
2019-02-06 02:42:19 +03:00
|
|
|
:: ignore duplicates
|
|
|
|
::
|
|
|
|
?: =(t i.timers)
|
|
|
|
timers
|
2019-01-30 04:15:54 +03:00
|
|
|
:: timers at the same date form a fifo queue
|
|
|
|
::
|
|
|
|
?: (lth date.t date.i.timers)
|
|
|
|
[t timers]
|
|
|
|
::
|
|
|
|
[i.timers $(timers t.timers)]
|
|
|
|
:: +unset-timer: cancel a timer; if it already expired, no-op
|
|
|
|
::
|
|
|
|
++ unset-timer
|
|
|
|
=* timers timers.state
|
|
|
|
|= [t=timer]
|
|
|
|
^+ timers
|
|
|
|
:: if we don't have this timer, no-op; for debugging, add a printf here
|
|
|
|
::
|
|
|
|
?~ timers
|
|
|
|
~
|
|
|
|
?: =(i.timers t)
|
|
|
|
t.timers
|
|
|
|
::
|
|
|
|
[i.timers $(timers t.timers)]
|
2018-12-13 01:09:47 +03:00
|
|
|
--
|
2019-01-30 04:15:54 +03:00
|
|
|
--
|
|
|
|
::
|
|
|
|
=| behn-state
|
|
|
|
=* state -
|
|
|
|
|= [our=ship now=@da eny=@uvJ ski=sley]
|
|
|
|
=* behn-gate .
|
|
|
|
^?
|
|
|
|
|%
|
|
|
|
:: +call: handle a +task:able:behn request
|
|
|
|
::
|
|
|
|
++ call
|
|
|
|
|= $: hen=duct
|
|
|
|
type=*
|
|
|
|
wrapped-task=(hobo task:able)
|
|
|
|
==
|
|
|
|
^- [(list move) _behn-gate]
|
|
|
|
::
|
|
|
|
=/ =task:able
|
|
|
|
?. ?=(%soft -.wrapped-task)
|
|
|
|
wrapped-task
|
|
|
|
((hard task:able) p.wrapped-task)
|
|
|
|
::
|
|
|
|
=/ event-core (per-event [our now hen] state)
|
|
|
|
::
|
|
|
|
=^ moves state
|
|
|
|
?- -.task
|
|
|
|
%born born:event-core
|
|
|
|
%crud (crud:event-core [p q]:task)
|
|
|
|
%rest (rest:event-core date=p.task)
|
2019-02-06 02:42:19 +03:00
|
|
|
%vega vega:event-core
|
2019-01-30 04:15:54 +03:00
|
|
|
%wait (wait:event-core date=p.task)
|
|
|
|
%wake wake:event-core
|
|
|
|
%wegh wegh:event-core
|
|
|
|
==
|
|
|
|
[moves behn-gate]
|
|
|
|
:: +load: migrate an old state to a new behn version
|
2016-11-24 07:25:07 +03:00
|
|
|
::
|
|
|
|
++ load
|
2018-12-13 01:09:47 +03:00
|
|
|
|= old=*
|
2019-01-30 04:15:54 +03:00
|
|
|
^+ behn-gate
|
|
|
|
::
|
|
|
|
~| %behn-load-fail
|
|
|
|
behn-gate(state (behn-state old))
|
2018-12-13 01:09:47 +03:00
|
|
|
:: +scry: view timer state
|
|
|
|
::
|
|
|
|
:: TODO: not referentially transparent w.r.t. elapsed timers,
|
|
|
|
:: which might or might not show up in the product
|
2016-11-24 07:25:07 +03:00
|
|
|
::
|
|
|
|
++ scry
|
2018-12-13 01:09:47 +03:00
|
|
|
|= [fur=(unit (set monk)) ren=@tas why=shop syd=desk lot=coin tyl=path]
|
2016-11-24 07:25:07 +03:00
|
|
|
^- (unit (unit cage))
|
2018-12-13 01:09:47 +03:00
|
|
|
::
|
|
|
|
?. ?=(%& -.why)
|
|
|
|
~
|
|
|
|
[~ ~ %tank !>(>timers<)]
|
2016-11-24 07:25:07 +03:00
|
|
|
::
|
2018-11-26 20:41:08 +03:00
|
|
|
++ stay state
|
2019-01-30 04:15:54 +03:00
|
|
|
++ take
|
2018-12-13 01:09:47 +03:00
|
|
|
|= [tea=wire hen=duct hin=(hypo sign)]
|
2019-01-30 04:15:54 +03:00
|
|
|
^- [(list move) _behn-gate]
|
2018-12-13 01:09:47 +03:00
|
|
|
~| %behn-take-not-implemented
|
2016-11-24 07:25:07 +03:00
|
|
|
!!
|
|
|
|
--
|
2019-01-31 05:11:44 +03:00
|
|
|
|