You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both promise and future could integrate with the Networking TS by specializing net:async_result or asio::async_result. This would also simplify calls to Asio or Net async functions.
Having a future of an error_code is kind of boring though. Perhaps tools to resolve the buffer or something deserialized on success would be handy.
Functions for timers would be cool too.
The text was updated successfully, but these errors were encountered:
Both
promise
andfuture
could integrate with the Networking TS by specializingnet:async_result
orasio::async_result
. This would also simplify calls to Asio or Net async functions.Having a future of an
error_code
is kind of boring though. Perhaps tools to resolve the buffer or something deserialized on success would be handy.Functions for timers would be cool too.
The text was updated successfully, but these errors were encountered: