Function tarantool_rust_module::fiber_set_cancellable [] [src]

pub unsafe extern "C" fn fiber_set_cancellable(yesno: bool) -> bool

Make it possible or not possible to wakeup the current fiber immediately when it's cancelled.

@param yesno status to set @return previous state.