Skip to content

Synchronous channel return

Compare
Choose a tag to compare
@aredington aredington released this 07 Dec 18:57
· 62 commits to main since this release
b9a2a47

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.