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 6d6aae5 commit fca2b55Copy full SHA for fca2b55
doc/changelog/1.7.6.md
@@ -5,6 +5,10 @@
5
* Add `.timeout(timeLimit)` to `AsyncCallback` instances so that you can limit the amount of time to wait for the async
6
procedure to complete.
7
8
+ *(Note: there's no built-in concept of cancellation here.
9
+ If your procedure doesn't finish in time, this will return `None` when the time limit is reached however, the
10
+ underlying procedure will become orphaned and continue to run in the background until complete.)*
11
+
12
* Add convenience methods `CallbackTo` for getting the current time:
13
* `now: CallbackTo[Instant]`
14
* `currentTimeMillis: CallbackTo[Long]`
0 commit comments