This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Does io_context.run in Boost Asio process internal event as well as run completion handlers?
Post Flair (click to view more posts with a particular flair)
Post Body
I am learning Boost Asio and I am familiar with reactive programming patterns in other languages like Netty/Twisted etc.
I understand that Boost Asio program is made of IO objects(sockets, timers etc) and IO service instances.When I call io_context.run()
, is it fair to understand it runs an event loop which handles following:
- Process initiated async events via things like calling
epoll_wait
on Linux for socket IO, files - Run completion handler
Author
Account Strength
50%
Account Age
2 years
Verified Email
Yes
Verified Flair
No
Total Karma
213
Link Karma
197
Comment Karma
16
Profile updated: 2 days ago
Posts updated: 3 months ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 9 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/cpp_questio...