Skip to content

feature(async): Async/await based on fibers

Егор Ивков requested to merge feature/fiber-async into master

Relates to #22 (closed)

Moves async runtime prototype from picodata repository with minor changes and renaming for consistency with tokio. watch channel is left out from this MR as it will contain major changes. It will be in a separate request.

Documentation and examples are also left out of the scope of this MR.

Edited by Егор Ивков

Merge request reports