Closed mrousavy closed 3 days ago
Rewrites the Promise design and implementation to be more solid and use Promise.hpp instead of std::future.
Promise.hpp
std::future
Should improve performance because we now no longer need a waiter thread.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Rewrites the Promise design and implementation to be more solid and use
Promise.hpp
instead ofstd::future
.Should improve performance because we now no longer need a waiter thread.