feat: remove fiber::time
It was decided to get rid of non-monotonic fiber::time
in favor of monotonic fiber::clock
. Though if really needed fiber::time
is still accessible through FFI (ffi::tarantool::fiber_time
)
Edited by Егор Ивков
It was decided to get rid of non-monotonic fiber::time
in favor of monotonic fiber::clock
. Though if really needed fiber::time
is still accessible through FFI (ffi::tarantool::fiber_time
)