Function tarantool_rust_module::fiber_join [] [src]

pub unsafe extern "C" fn fiber_join(f: *mut fiber) -> c_int

Wait until the fiber is dead and then move its execution status to the caller. The fiber must not be detached (@sa fiber_set_joinable()). @pre FIBER_IS_JOINABLE flag is set.

\param f fiber to be woken up \return fiber function ret code