Function tarantool::fiber::start_proc

source ·
pub fn start_proc<'f, F>(f: F) -> JoinHandle<'f, ()>
where F: FnOnce() + 'f,
👎Deprecated: Use fiber::start instead
Expand description

Creates a new fiber and yields execution to it immediately, returning a [JoinHandle<()>] for the new fiber.

For more details see: start