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
I've discussed the async_allocator with kirk and its probably better to not give out senders to raw memory allocation but instead to async_new and async_delete which does both, allocation/construction and deallocation/destroy.
The text was updated successfully, but these errors were encountered:
I've discussed the
async_allocator
with kirk and its probably better to not give out senders to raw memory allocation but instead toasync_new
andasync_delete
which does both, allocation/construction and deallocation/destroy.The text was updated successfully, but these errors were encountered: