Module Scheduler.Very_low_priority_work
module Worker_result : sig ... endval enqueue : f:(unit -> Worker_result.t) -> unitEnqueue some low-priority work to be done. The work will happen at some point, but Async will choose when is the best time to do it.
fwill be called until it returnsFinished.