Go io uring syscall implementation without CGO, rewrite on branch v0.4
Find a file
Nugraha 575cae61c4
prep: add write, read prepare function
Signed-off-by: Nugraha <richiisei@gmail.com>
2022-07-07 08:23:21 +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 all: initial files 2022-07-05 04:52:54 +07:00
queue_test.go all: initial files 2022-07-05 04:52:54 +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