Skip to content

Commit

Permalink
add IOUringEventLoopGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Mar 30, 2024
1 parent 9f07c60 commit 7656bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenario-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ graalVMNativeImageOptions ++= Seq(
"--initialize-at-run-time=io.netty.channel.kqueue.KQueueEventLoop",
"--initialize-at-run-time=io.netty.channel.kqueue.KQueueEventArray",
"--initialize-at-run-time=io.netty.channel.kqueue.Native",
"--initialize-at-run-time=io.netty.incubator.channel.uring.IOUringEventLoopGroup",
"--initialize-at-run-time=io.netty.channel.unix.Limits",
"--initialize-at-run-time=io.netty.channel.unix.Errors",
"--initialize-at-run-time=io.netty.channel.unix.IovArray",
Expand Down

0 comments on commit 7656bd7

Please sign in to comment.