Files
turso/core/io
Arpit Saxena b7debabd81 Wrap IoUring to ensure pending_ops is always correctly updated
Adds a struct WrappedIOUring which contains a IoUring and a pending_ops
field. Entry submission and popping from the queue is done through
functions operating on it, which also maintains pending_ops count

NOTE: This is a bit weird/hacky since in get_completion we create a
CompletionQueue and just call its next(). If it were a normal iterator
it would always return the same first item. However it is a queue posing
as an iterator which makes this work.
2024-09-28 00:10:05 +05:30
..
2024-07-25 17:15:08 +03:00
2024-08-25 22:55:15 +08:00
2024-08-25 22:55:15 +08:00
2024-08-25 22:55:15 +08:00
2024-08-25 22:55:15 +08:00