File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
324325Everything 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
You can’t perform that action at this time.
0 commit comments