Files
turso/core
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-09-22 17:55:00 +03:00
2024-09-25 17:51:49 +02:00
2024-09-22 08:50:08 -04:00
2024-09-20 11:45:55 +02:00
2024-09-18 17:59:11 +09:00
2024-09-14 16:14:45 +03:00
2024-09-15 16:23:27 +09:00
2024-09-25 17:39:37 +02:00
2024-07-07 14:32:28 +02:00