relvaner / actor4j

Actor4j is a multi-runtime actor-oriented Java framework. Extended libraries.
https://actor4j.io
Apache License 2.0
10 stars 3 forks source link

virtual thread integration #3

Open JusticeN opened 1 year ago

JusticeN commented 1 year ago

is possible to manually switch to virtual Threads ?

JusticeN commented 1 year ago

or even rewrite it like described in this article https://www.javaadvent.com/2022/12/actors-and-virtual-threads-a-match-made-in-heaven.html

relvaner commented 8 months ago

I am already working on such a solution. That was one of the reasons why actor4j-core was split in the SDK and runtime library.

relvaner commented 8 months ago

is possible to manually switch to virtual Threads ?

For the default runtime implementation, not.