cppzmq
cppzmq copied to clipboard
No zero copy available in multipart_t
message_t provides zero copy message creation, however there isn't any method in multipart_t class to access the message_t's zero copy constructor.
Is there a special reason/caveat behind it?
probably only reason is that nobody needed it before. Feel free to provide a pull request if you see area for improvement.