chadthecoder / graphicsProject

Graphics project using SDL2, ASIO OPENGL, GLEW, WebGL, miniaudio, stb (Only stb_image.h right now), assimp (implementing now), PerlinNoise from Reputeless, and GLM. Following multiple tutorials to learn how to code graphics in C++.
0 stars 3 forks source link

Can use asio::use_future without wait? #17

Open chadthecoder opened 10 months ago

chadthecoder commented 10 months ago

See if asio program works without having to wait for future. What exactly does the std::future return?

https://www.youtube.com/results?search_query=std%3A%3Afuture