Skip to content

feature(fiber::channel): fiber::channel abstraction

Alexey Protsenko requested to merge fiber-channel into master

Requires !53 (merged)

It uses the underlying tarantool fiber_channel api: a bounded ring buffer based channel on top of the fiber cooperative multitasking runtime.

Merge request reports