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 e0ff069 commit 6257378Copy full SHA for 6257378
libraries/common/io/promise.effekt
@@ -78,7 +78,7 @@ extern {async, global} def await[T](promise: Promise[T]): T =
78
return value
79
case Pending(futures) =>
80
val future = future::allocate()
81
- // TODO user reference.set and future.wait
+ // TODO use reference.set and future.wait
82
set(reference, Pending(Cons(future, futures)))
83
wait(future)
84
}
0 commit comments