-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I'm looking into using this on shared memory for IPC. Do you have any input on this, whether this might work or not?
I couldn't really figure out whether the actual buffer is part of the struct (ConstBBBuffer
), or whether it uses a pointer. If it is part of the struct, I think copying/transmuting the buffer onto shared memory would be alright, wouldn't it. Sorry for the possibly vague message, I'm somewhat uneducated on this topic.
Also, if this can easily be done, providing (unsafe) functions to initialize and attach to a bip buffer might be useful. I believe using a bip buffer on shared memory is quite a common use case.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested