Skip to content

v13.0

Latest

Choose a tag to compare

@vipalade vipalade released this 21 Dec 10:11
· 1 commit to main since this release
  • solid/utility:
    • MutableIntrusivePtr, ConstIntrusivePtr
    • Pool of MutableIntrusivePtr of Poolable types
    • MutableSharedBuffer, ConstSharedBuffer
    • BufferPool of MutableSharedBuffers
  • solid/frame/aio:
    • Reactor improvements
  • solid/frame/mprpc:
    • breaking change related to write buffer - both the message header and the message chunk should fit in write buffer
    • breaking change - switch to using MutableMessagePointer and ConstMessagePointer for Recv and Send messages respectively, in the message callback.