limbo/core/io
2025-01-13 20:21:37 +01:00
..
common.rs O_DIRECT disable on WAL 2024-11-13 13:45:42 +00:00
generic.rs core: add debug line when an IO backend is created. A user can check that the correct one has been selected. 2025-01-11 16:08:41 +01:00
io_uring.rs core: make MAX_IOVECS u32 instead of usize, to match the type expected by io_uring 2025-01-13 20:21:37 +01:00
memory.rs core: add debug line when an IO backend is created. A user can check that the correct one has been selected. 2025-01-11 16:08:41 +01:00
mod.rs core: expose UnixIO apart from PlatformIO on any Unix, and expose UringIO on Linux with feature io_uring. 2025-01-11 15:21:26 +01:00
unix.rs core/io/unix: minor formatting 2025-01-13 20:21:37 +01:00
windows.rs core: add debug line when an IO backend is created. A user can check that the correct one has been selected. 2025-01-11 16:08:41 +01:00