introduction to monix scheduler

Ingress to the Monix-Execution: Scheduler

Reading Time: < 1 minute In the previous blog you learnt about Monix Task. Now lets dive into Monix Scheduler. Akka’s Scheduler that includes pretty heavy dependency whereas Monix Scheduler that provides a common API which is resuable. For this Scheduler to work first we need to include the dependency which is:- libraryDependencies += “io.monix” % “monix-execution_2.11” % “2.0-RC10” Make sure that your Scala version is same as Monix version Continue Reading