ev/deadline
core-api
cfunction
src/core/ev.c on line 3105, column 1
(ev/deadline sec &opt tocancel tocheck)
Schedules the event loop to try to cancel the `tocancel` task as
with `ev/cancel`. After `sec` seconds, the event loop will attempt
cancellation of `tocancel` if the `tocheck` fiber is resumable.
`sec` is a number that can have a fractional part. `tocancel`
defaults to `(fiber/root)`, but if specified, must be a task (root
fiber). `tocheck` defaults to `(fiber/current)`, but if specified,
should be a fiber. Returns `tocancel` immediately.