0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix exception_ptr check on resume in spawn() implementation. More... about 1 year ago
Test equality operators between blocking.possibly, always and never. More... about 1 year ago
Add missing equality operators between blocking_adaptation.allowed and disallowed. More... about 1 year ago
Add missing equality operators between mapping.thread, new_thread and other. More... about 1 year ago
Add missing equality operators between outstanding_work.tracked and untracked. More... about 1 year ago
Add missing equality operators between relationship.fork and continuation. More... about 1 year ago
Fix compatibility between experimental::channel and any_completion_handler. More... about 1 year ago
Don't use deprecated form of user-defined literal operator. More... about 1 year ago
Delete unused assignment operators. More... about 1 year ago
Fix mingw build. More... about 1 year ago
Add support for two channel payload signatures with c++11. More... about 1 year ago
Add try_send_via_dispatch/try_send_n_via_dispatch functions to channels. More... about 1 year ago
Qualify names to fix MSVC ambiguity error. More... about 1 year ago
Remove dependency on boost.regex headers. More... about 1 year ago
Use standard placeholders for implementing asio::placeholders. More... about 1 year ago
Clean up formatting. Remove unnecessary namespace qualification. More... about 1 year ago
Add missing #includes. More... about 1 year ago
asio version 1.28.2 released More... about 1 year ago
Revision history. More... about 1 year ago
Remove deprecated handler allocation hooks. More... about 1 year ago
Remove deprecated handler invocation hook. More... about 1 year ago
Remove deprecated execution functionality. More... about 1 year ago
Require C++11 as the minimum c++ standard. More... over 1 year ago
Fix example file header comment. More... over 1 year ago
Add bind_immediate_executor to 'Completion Token Adapters' overview. More... over 1 year ago
Add a custom completion executor example. More... over 1 year ago
Add examples showing how to use channels for mutual exclusion. More... over 1 year ago
Fix bind_cancellation_slot to not require async_result::return_type. More... over 1 year ago
Fix bind_allocator to not require async_result::return_type. More... over 1 year ago
Fix bind_immediate_executor to not require async_result::return_type. More... over 1 year ago