Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 5, 2018 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/141abb57f939ca1ddf15781236e5c7a3 to your computer and use it in GitHub Desktop.
Save Whateverable/141abb57f939ca1ddf15781236e5c7a3 to your computer and use it in GitHub Desktop.
evalable6
my $p := Proc::Async.new: "cal"; $p.start; await $p
(exit code 1)
April 2018
Su Mo Tu We Th Fr Sa
1 2 3 4 _ _5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Must specify a Promise, Channel, or Supply to await on (got a Proc::Async)
in block <unit> at /tmp/KWQSgKyUFr line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment