JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(def chan (ev/chan)) (def f (ev/go (coro (ev/give-supervisor :msg "Hello")) nil chan)) (pp (ev/take chan)) # => (:msg "Hello")