One post tagged with "async"
View All TagsC++'s <future>, making async C callbacks functions sync & enjoyable multi-threading
· 6 min read
I use <future>
header very-very often in my C++ code everywhere at this point & wanted to share what's so cool in it.
Tags: