Synchronous channel return
Allows passing :sync.lazy
to nodely.api.v0/eval-key-channel
so that the synchronous engine runs and returns its result over a core.async channel.
The evaluation will occur in the core.async "Thread" group to prevent any possible blocking operations from impacting the dispatch thread pool.