A
A
Anthony2283572020-09-19 13:20:11
C++ / C#
Anthony228357, 2020-09-19 13:20:11

How to write asynchronous code in c++?

How to write asynchronous code in c++ without third party libraries? Is std::async suitable for this? I just want to figure out how it's done under the hood. There are benefits for this, then please tell me).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Pikeev, 2020-09-19
@Anthony228357

std::async is just for asynchronous programming.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question