3#include <randolf/rsocket>
7 /*======================================================================*//**
9 Internal structure that @ref rsocket_group uses to communicate results from
10 mass operations across multiple rsocket objects.
12 *///=========================================================================
13 struct rsocket_group_rc {
14 /// Pointer to instantiated rsocket object
16 /// Number of bytes that were sent
18 /// Pointer to exception that was thrown (if not set to nullptr)
19 std::exception* e = nullptr;
20 }; // -x- struct rsocket_group_rc -x-
22}; // -x- namespace randolf -x-