monix.eval
Safe App type that runs a Task action.
App
Clients should implement run, runl, or runc.
run
runl
runc
Also available for Scala.js, but without the ability to take arguments and without the blocking in main.
Scheduler for executing the Task action.
Scheduler for executing the Task action. Defaults to global, but can be overridden.
global
Safe
App
type that runs a Task action.Clients should implement
run
,runl
, orrunc
.Also available for Scala.js, but without the ability to take arguments and without the blocking in main.