-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementgood first issueintegrationAn issue related to the integration with other libraries or platform-specific APIsAn issue related to the integration with other libraries or platform-specific APIs
Description
On native, data could be read or written from/to native memory.
Currently, there's no built-in API to work with native memory, so users have to roll out their own:
- https://github.com/ktorio/ktor/blob/c9f58b1bd75c735d335dfaa9ca1a09ff9b1d7766/ktor-io/posix/src/io/ktor/utils/io/core/BytePacketBuilderOperations.posix.kt#L16
- https://github.com/ktorio/ktor/blob/c9f58b1bd75c735d335dfaa9ca1a09ff9b1d7766/ktor-io/posix/src/io/ktor/utils/io/Input.posix.kt#L16
It would be nice to provide such functionality out of the box.
amal, lppedd, morki, Siedlerchr and willflier
Metadata
Metadata
Assignees
Labels
enhancementgood first issueintegrationAn issue related to the integration with other libraries or platform-specific APIsAn issue related to the integration with other libraries or platform-specific APIs