-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Sicko Mode (Loom) #449
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here...
@@ -69,7 +69,7 @@ import org.graalvm.polyglot.Engine as VMEngine | |||
AutoCloseable, | |||
ToolCommandBase<Context>() { | |||
protected companion object { | |||
private const val enableVirtualThreads = false | |||
private const val enableVirtualThreads = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... we ...
type: VIRTUAL | ||
io: | ||
threads: 2 | ||
type: VIRTUAL | ||
scheduled: | ||
threads: 1 | ||
type: VIRTUAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... go!
8fb90d9
to
6b1a4fa
Compare
6327651
to
bae44fd
Compare
- feat: enable `VIRTUAL` threads in micronaut executors - feat: enable `ofVirtual` threads in engine thread factory Signed-off-by: Sam Gammon <sam@elide.ventures>
bae44fd
to
e9c5f27
Compare
Summary
Enable virtual threads in Elide.
Changelog
VIRTUAL
threads in micronaut executorsofVirtual
threads in engine thread factory