Async.ScheduleScheduling parameters.
Note. Priorities are currently ignored by Fun.Async.main.
val pp_priority : Stdlib.Format.formatter -> priority -> unitpp_priority formats priorities for inspection.
make () are scheduling parameters with:
only_main if true the function is always only scheduled the main domain of the scheduler, i.e. the one which executes Affect.Fun.Async.main. Defaults to false.priority is a scheduling priority hint. Defaults to the caller's priority.See make. None means that the priority is inherited from the caller.