Add java.util.concurrent.ScheduledFuture (#1643)
This commit is contained in:
parent
9ded5fea0d
commit
aa654a9ead
2 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ A preview of the next release can be installed from
|
||||||
|
|
||||||
[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting
|
[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- Add `java.util.ScheduledFuture`
|
||||||
|
|
||||||
## 1.3.186 (2023-11-02)
|
## 1.3.186 (2023-11-02)
|
||||||
|
|
||||||
- [Support self-contained binaries as uberjars!](https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar)
|
- [Support self-contained binaries as uberjars!](https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar)
|
||||||
|
|
|
||||||
|
|
@ -462,6 +462,7 @@
|
||||||
java.util.concurrent.BlockingQueue
|
java.util.concurrent.BlockingQueue
|
||||||
java.util.concurrent.ArrayBlockingQueue
|
java.util.concurrent.ArrayBlockingQueue
|
||||||
java.util.concurrent.LinkedBlockingQueue
|
java.util.concurrent.LinkedBlockingQueue
|
||||||
|
java.util.concurrent.ScheduledFuture
|
||||||
java.util.concurrent.ScheduledThreadPoolExecutor
|
java.util.concurrent.ScheduledThreadPoolExecutor
|
||||||
java.util.concurrent.Semaphore
|
java.util.concurrent.Semaphore
|
||||||
java.util.concurrent.ThreadFactory
|
java.util.concurrent.ThreadFactory
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue