1
0
Fork 0
mirror of https://github.com/ii64/gouring.git synced 2025-04-05 13:31:01 +02:00
Go io uring syscall implementation without CGO, rewrite on branch v0.4
Find a file
Nugraha 793e0b8cbd
queue: impl wait cqe, and tests
Signed-off-by: Nugraha <richiisei@gmail.com>
2022-07-07 08:24:46 +07:00
go.mod all: initial files 2022-07-05 04:52:54 +07:00
go.sum all: initial files 2022-07-05 04:52:54 +07:00
hdr.go all: fix IoUringCqe layout 2022-07-07 08:22:19 +07:00
hdr_int_flags.go all: initial files 2022-07-05 04:52:54 +07:00
hdr_struct.go all: initial files 2022-07-05 04:52:54 +07:00
prep.go prep: add write, read prepare function 2022-07-07 08:23:21 +07:00
queue.go queue: impl wait cqe, and tests 2022-07-07 08:24:46 +07:00
queue_test.go queue: impl wait cqe, and tests 2022-07-07 08:24:46 +07:00
README.md all: initial files 2022-07-05 04:52:54 +07:00
register.go all: initial files 2022-07-05 04:52:54 +07:00
setup.go all: initial files 2022-07-05 04:52:54 +07:00
sigset.go all: initial files 2022-07-05 04:52:54 +07:00
syscall.go all: initial files 2022-07-05 04:52:54 +07:00
uring.go all: initial files 2022-07-05 04:52:54 +07:00
uring_test.go all: initial files 2022-07-05 04:52:54 +07:00
util_ptr_arith.go all: initial files 2022-07-05 04:52:54 +07:00
util_union.go all: initial files 2022-07-05 04:52:54 +07:00

gouring