swift
03d3887b - [Async Refactoring] Convert data structure storing continuation resume args to std::vector

Commit
4 years ago
[Async Refactoring] Convert data structure storing continuation resume args to std::vector The `std::vector` keeps its elements alive. Currently, we might be accessing uninitalized memory if the call of `callArgs(CE)` (which owns its elements in case there is a single element) goes out of scope before `Args`.
Author
Parents
Loading