Skip to content

Commit 3a8bc3f

Browse files
authored
Update README.md
1 parent e491188 commit 3a8bc3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ Engines supported in Nodely include:
246246
| Core Async Iterative Scheduling | `:core-async.iterative-scheduling` | Experimental |
247247
| Async Manifold | `:async.manifold` | Experimental |
248248
| Async Applicative | `:async.applicative` | Experimental |
249+
| Async Virtual Threads | `:async.virtual-futures` | Experimental |
249250

250251
### Lazy Synchronous
251252

@@ -323,6 +324,10 @@ Setting a sub-engine (evaluation context) is done with the `:nodely.engine.appli
323324

324325
Everything related to the applicative engine is currently experimental and subject to change.
325326

327+
# Async Virtual Futures
328+
329+
This engine relies on support to Virtual Threads added in Java 21. This engine will only be loaded and enabled in the api if you are running Java 21 or above.
330+
This engine works similarly to :async.manifold engine but dispatching futures using virtual threads instead.
326331

327332
## Risks
328333

0 commit comments

Comments
 (0)