You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a custom allocator based on feature allocator_api equipped with alloc::alloc::Allocator
for channel or other allocated data structure? e.g.
Sender<T,A>/Receiver<T,A>
Thus it would be helpful for shared memory related project.