Function tarantool_rust_module::fiber_sleep [] [src]

pub unsafe extern "C" fn fiber_sleep(s: f64)

Put the current fiber to sleep for at least 's' seconds.

\param s time to sleep

\note this is a cancellation point (\sa fiber_is_cancelled)