mirror of
https://github.com/Naios/continuable.git
synced 2025-12-11 22:19:54 +08:00
Doc improvement
This commit is contained in:
parent
20e8c7d3e3
commit
5c1cd87739
@ -38,6 +38,7 @@ namespace cti {
|
||||
/// \defgroup Primitives Primitives
|
||||
/// provides basic tag types for creating a customized callbacks
|
||||
/// and continuations.
|
||||
///
|
||||
/// For the callback and the continuation `Args...` represents the
|
||||
/// asynchronous results:
|
||||
/// ```cpp
|
||||
@ -77,7 +78,7 @@ struct is_ready_arg_t {};
|
||||
/// It's required that the query of is_ready_arg_t returns true.
|
||||
///
|
||||
/// \since 4.0.0
|
||||
struct query_arg_t { };
|
||||
struct query_arg_t {};
|
||||
|
||||
/// Represents the tag type that is used to disambiguate the
|
||||
/// callback operator() in order to take the exception asynchronous chain.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user