Skip to content

feature(fiber): allow non-static fibers

Alexey Protsenko requested to merge feature/non-static-fibers into master

fiber::{start,defer}[_proc] now allows non static fiber functions. This is implemented by adding a lifetime parameter to the join handles.

Merge request reports