A simple way to spin off async tasks without having a std::future to wait for. Practical for fire and forget tasks that don't return a result. C++ 1
Forked from microsoft/cpprestsdk The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to an… C++
Forked from Forceflow/libmorton C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates C++
STL STL Public Forked from microsoft/STL MSVC's implementation of the C++ Standard Library. C++