mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
03fd56e8cc
Instead of a list of arguments, with trailing ~.
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
/- spider
|
|
/+ strandio
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= arg=vase
|
|
=/ m (strand ,vase)
|
|
^- form:m
|
|
=+ !<([~ arg=@dr] arg)
|
|
;< now-1=@da bind:m get-time:strandio
|
|
;< ~ bind:m (sleep:strandio arg)
|
|
;< now-2=@da bind:m get-time:strandio
|
|
(pure:m !>(`@dr`(sub now-2 now-1)))
|