quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.58k stars 2.63k forks source link

Add support for Virtual Thread when using ManagedExecutor #36219

Open manofthepeace opened 11 months ago

manofthepeace commented 11 months ago

Description

would be nice if things using ManagedExecutor::runAsync could run on a virtual thread.

Implementation ideas

No response

geoand commented 11 months ago

@cescoffier I believe we should have a label for Virtual Threads related issues, WDYT?

cescoffier commented 11 months ago

@geoand yes, we should add a label

About the issue, it's not that simple. We must create the virtual threads from the Quarkus virtual executor.