[][src]Function tarantool_module::fiber::set_cancellable

pub fn set_cancellable(is_cancellable: bool) -> bool

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

  • is_cancellable - status to set

Returns previous state.