[][src]Function tarantool_module::fiber::fiber_yield

pub fn fiber_yield()

Yield control to the scheduler.

Return control to another fiber and wait until it'll be woken. Equivalent to fiber.sleep(0).

See also: Fiber::wakeup()