redboltz / mqtt_cpp

Boost Software License 1.0
441 stars 107 forks source link

Introduced move_only_function. #953

Open redboltz opened 2 years ago

redboltz commented 2 years ago

This PR is NOT ready to merge. Still working.

codecov[bot] commented 2 years ago

Codecov Report

Merging #953 (c10583d) into master (0d9e718) will decrease coverage by 0.07%. The diff coverage is 76.49%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #953 +/- ## ========================================== - Coverage 83.19% 83.11% -0.08% ========================================== Files 65 67 +2 Lines 10391 10567 +176 ========================================== + Hits 8645 8783 +138 - Misses 1746 1784 +38 ```
redboltz commented 2 years ago

1st step done. The next step is adding Asio CompletionToken for async_* APIs.