Skip to content

Commit fca2b55

Browse files
authored
Update 1.7.6.md
1 parent 6d6aae5 commit fca2b55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/changelog/1.7.6.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* Add `.timeout(timeLimit)` to `AsyncCallback` instances so that you can limit the amount of time to wait for the async
66
procedure to complete.
77

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+
812
* Add convenience methods `CallbackTo` for getting the current time:
913
* `now: CallbackTo[Instant]`
1014
* `currentTimeMillis: CallbackTo[Long]`

0 commit comments

Comments
 (0)