Advertisement
TheRealBazhen

Untitled

Mar 23rd, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. // Submit a lambda object to the io_context.
  2. asio::post(io_context,
  3. []()
  4. {
  5. ...
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement