Browse Source

Change the CompletionCondition concept so that:
- It is now evaluated before the first call to the underlying
*_some() operation, as well as after every operation.
- The return value is a number of bytes, which indicates the maximum
length to be transferred on the subsequent *_some() operation. If
the return value is 0 then the composed operation completes.

Add missing unit tests for read_at and write_at.


[SVN r48418]

Christopher Kohlhoff 17 years ago
parent
commit
892642e768
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/asio

+ 1 - 1
libs/asio

@@ -1 +1 @@
-Subproject commit de4cfeb52316e85260312a3ca0d3f6baccf532c7
+Subproject commit bb6bfd4b5a621baeaecc7fc80c52528c03660f5f

粤ICP备19079148号