ceph/qa/workunits
Casey Bodley f473d57013 librados: add async interfaces for use with Networking TS
Defines asynchronous librados operations that satisfy all of the
"Requirements on asynchronous operations" imposed by the C++ Networking
TS [1] in section 13.2.7. These operations are implemented in terms of
boost::asio, but the interfaces themselves are free of boost types -
this makes the transition to std::net trivial when it's available.

These interfaces conform to the Extensible Asynchronous Model [2] that
originated in boost::asio. This model allows the last 'handler' argument
to either be a callback that gets the result, a coroutine yield_context
that will suspend until completion, or a 'use_future' tag to request the
result in a std::future (see the unit tests for examples of each). The
'Extensible' part also enables further integration with new frameworks.

For now, only async_read(), async_write(), and the read/write variants
of async_operate() are provided.

[1] Working Draft, C++ Extensions for Networking
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4711.pdf
[2] "Library Foundations for Asynchronous Operations"
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3896.pdf

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2018-01-09 09:58:18 -05:00
..
caps
ceph-disk qa/ceph-disk: enlarge the simulated SCSI disk 2017-11-28 14:55:33 +08:00
ceph-tests
cephtool qa: stop testing deprecated "ceph osd create" 2017-11-01 10:45:11 +08:00
cls qa: add ceph_test_cls_log to cls workunit 2017-10-30 15:31:03 -04:00
direct_io
erasure-code
fs
hadoop
libcephfs
libcephfs-java
mgr
mon qa/workunits/rest/test.py: stop trying to test obsolete 'mds *' commands 2017-10-26 11:22:20 -05:00
objectstore
osdc
rados librados: add async interfaces for use with Networking TS 2018-01-09 09:58:18 -05:00
rbd rbd-nbd: output format support for list-mapped command 2018-01-03 14:44:10 +02:00
rename
rest qa/restful: Test pg_num/pgp_num modifications 2017-11-27 14:35:26 +01:00
restart
rgw
suites
Makefile
ceph-helpers-root.sh
false.sh
kernel_untar_build.sh
post-file.sh
true.sh