diff options
Diffstat (limited to 'modules/async/c++/async.hpp')
-rw-r--r-- | modules/async/c++/async.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/async/c++/async.hpp b/modules/async/c++/async.hpp index d116499..257fbd7 100644 --- a/modules/async/c++/async.hpp +++ b/modules/async/c++/async.hpp @@ -829,6 +829,9 @@ public: } }; +/** + * An immediately fulfilled node either containing a value or an error. + */ class immediate_conveyor_node_base : public conveyor_node, public conveyor_event_storage { private: |