Function tarantool::fiber::reschedule

source ·
pub fn reschedule()
Expand description

Reschedule fiber to end of event loop cycle.

This is equivalent to fiber::sleep(Duration::ZERO), except a little be more efficient.