We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0c484 commit cba3f41Copy full SHA for cba3f41
future/shared/src/main/scala/org/atnos/eff/concurrent/Scheduler.scala
@@ -5,7 +5,7 @@ import scala.concurrent.duration.FiniteDuration
5
6
/**
7
* The design of the Scheduler is taken from:
8
- * [[https://github.com/functional-streams-for-scala/fs2/blob/series/1.0/core/jvm/src/main/scala/fs2/Scheduler.scala]]
+ * [[https://github.com/typelevel/fs2/blob/36890708c4f65613934c44bdf9c7c2dd914e6d70/core/jvm/src/main/scala/fs2/Scheduler.scala]]
9
*/
10
trait Scheduler {
11
type Cancel = () => Unit
0 commit comments