Skip to content

Commit

Permalink
update monix url
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Aug 11, 2023
1 parent f5e98ea commit 72db138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/org/atnos/site/lib/TaskEffectPage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Then we need to pass a Monix `Scheduler` in to begin the computation.
/*p
Monix doesn't natively offer an Await API to block on a Task result.
Instead it advises converting to a Scala `Future` and using `Await.result`.
See https://monix.io/docs/2x/eval/task.html#blocking-for-a-result
See https://monix.io/docs/3x/eval/task.html#blocking-for-a-result
*/
import scala.concurrent.Await

Expand Down

0 comments on commit 72db138

Please sign in to comment.