We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a179bae commit ee2a04eCopy full SHA for ee2a04e
build.sbt
@@ -1,5 +1,5 @@
1
//val dottyVersion = "3.0.0-RC2-bin-SNAPSHOT"
2
-val dottyVersion = "3.0.0"
+val dottyVersion = "3.0.1-RC2"
3
//val dottyVersion = dottyLatestNightlyBuild.get
4
5
ThisBuild/version := "2.0.4-SNAPSHOT"
shared/src/main/scala/gopher/Select.scala
@@ -7,9 +7,9 @@ import scala.compiletime._
7
import scala.concurrent.duration._
8
9
/** Organize waiting for read/write from multiple async channels
10
- *
11
- * Gopher[F] provide a function `select` of this type.
12
- */
+ *
+ * Gopher[F] provide a function `select` of this type.
+ */
13
class Select[F[_]](api: Gopher[F]):
14
15
/** wait until some channels from the list in <code> pf </code>.
0 commit comments