digigun.sys.io
| .. | |
|---|---|
| AsyncFile | Completion-based asynchronous file operations. |
| BipBuffer | Bipartite circular buffer. Guarantees contiguous memory blocks for read/write. |
| BipPointer | Result of a BipBuffer pointer operation. |
| ChunkedBuffer | Linked-list of native chunks. Grows dynamically as needed. |
| IByteBuffer | Unified interface for high-performance native buffers. |
| IO | High-performance I/O utility functions. |
| LoopOp | |
| MemProt | Direct memory protection flags. |
| MemoryProtection | Direct control over memory page protection. |
| NativeBuffer | A raw native memory buffer outside the Haxe GC. |
| NativeLoop | |
| NativeLoopCallback | |
| RingBuffer | Native-backed circular RingBuffer. |
| SerialParity | Serial Port Parity configuration. |
| SerialPort | Native Serial/UART communication. Provides high-performance, zero-dependency access to hardware serial ports. |