netty5/transport-native-io_uring
Josef Grieb 962a3433ca Added io_uring JNI
Motivation:

prototype is not buildable and JNI io_uring implementation is missing

Modifications:

-added io_uring implementation(source from https://github.com/axboe/liburing)
-eventloop stores netty io_uring pointer which is used for two ring buffers to execute events like read and write operations in JNI
-memory barriers already included in JNI(will be changed in the future)
-pom file adopted from native epoll

Result:

prototype can finally be built
2020-06-28 15:25:19 +02:00
..
src Added io_uring JNI 2020-06-28 15:25:19 +02:00
pom.xml Added io_uring JNI 2020-06-28 15:25:19 +02:00