Function tarantool_rust_module::fiber_start [] [src]

pub unsafe extern "C" fn fiber_start(callee: *mut fiber, ...)

Start execution of created fiber.

\param callee fiber to start \param ... arguments to start the fiber with

\sa fiber_new