Versions in this module Expand all Collapse all v0 v0.0.0 Aug 1, 2022 Changes in this version + func NewChan(val cue.Value) (hofcontext.Runner, error) + func NewRecv(val cue.Value) (hofcontext.Runner, error) + func NewSend(val cue.Value) (hofcontext.Runner, error) + type Chan struct + func (T *Chan) Run(ctx *hofcontext.Context) (interface{}, error) + type Msg struct + Key string + Val cue.Value + type Recv struct + func (T *Recv) Run(ctx *hofcontext.Context) (interface{}, error) + type Send struct + func (T *Send) Run(ctx *hofcontext.Context) (interface{}, error)