S
S
SKEPTIC2020-03-09 10:35:19
C++ / C#
SKEPTIC, 2020-03-09 10:35:19

Does asynchronous programming exist in the C language and where can I read about it?

Does asynchronous programming exist in the C language and where can I read about it?
Actually searched in Google and Yandex and found nothing about it.

If so, please post articles with code or explanations.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2020-03-09
@pro100chel

Start by reading about multiplexing non-blocking sockets, epoll, kqueue, and iocp, and continue with the libevent and libuv libraries.

O
OnYourLips, 2020-03-09
@OnYourLips

Theoretically, there is no problem to do this.
In practice, it is used only in narrow specific cases
. Here is an example of an article https://habr.com/ru/company/infopulse/blog/415259/

P
Pavel Shvedov, 2020-03-09
@mmmaaak

You can look at tutorials on libuv

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question