currently, coro slabs or buffers are part of the coroutines stack, this can be an issue if they need to grow. how to tackle this could be mallocing these buffers instead.
currently, coro slabs or buffers are part of the coroutines stack, this can be an issue if they need to grow.
how to tackle this could be mallocing these buffers instead.