Separate Connection and Request lifetimes

This commit is contained in:
2025-09-14 15:04:37 -04:00
parent cf0c1b7cc2
commit 16c7ee0408
14 changed files with 519 additions and 381 deletions

View File

@@ -406,6 +406,7 @@ public:
* ## Note:
* This method only allocates memory - it does not construct objects.
* Use placement new or other initialization methods as needed.
* TODO should this return a std::span<T> ?
*/
template <typename T> T *allocate(uint32_t size) {
static_assert(