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