monix.execution.schedulers
A marker for callbacks that can be batched and executed locally.
Idea was taken from the scala.concurrent.Future implementation. Credit should be given where due.
scala.concurrent.Future
DO NOT use unless you know what you're doing.
A marker for callbacks that can be batched and executed locally.
Idea was taken from the
scala.concurrent.Future
implementation. Credit should be given where due.DO NOT use unless you know what you're doing.