ser
ser
Use URing on Linux. URing on Linux provides an API to demultiplex events and perform socket operations. NIO originally designed to demultiplex events and perform all IO in a single...
Add async variant of ByteBuffer.withUnsafeReadableBytes. ### Motivation: Would be nice to have a possibility to use byte buffers with swift concurrency. ### Modifications: Add async variant of ByteBuffer.withUnsafeReadableBytes. ### Result:...
Hi! Some functionality (including Predicate encoding) is under **FOUNDATION_FRAMEWORK** condition which seems not enabled on Linux. What that **FOUNDATION_FRAMEWORK** semantically means, and is there any plans to give a possibility...
### Expected behavior The documentation says `ByteBufferAllocator.allocate(capacity: Int) ``` The passed `capacity` is the `ByteBuffer`'s initial capacity, it will grow automatically if necessary. ``` while in the reality it always...
Hello! We've been using the library for some time, and it has worked well. However, we recently encountered an issue where we are unable to encode an optional nil value...