Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use
std::shared_ptr<Promise<T>>
instead of std::future<T>
f…
…or callbacks that return a value (#412) * feat: Use `std::shared_ptr<Promise<T>>` instead of `std::future<T>` for callbacks that return a value * Update FunctionType.ts * chore: Lint * Update Dispatcher.hpp * chore: Update Podfile.lock
- Loading branch information