Netty transport implementation using Linux io_uring for high-performance asynchronous I/O.
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
<version>0.0.26.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an io_uring-based event loop group for Netty.
Use with caution in production; consider using the standard Netty NIO transport if stability is critical.
No dependency data recorded yet.