mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
Some minor improvements
This commit is contained in:
parent
62ca39e59c
commit
da8ec15c6f
@ -578,15 +578,15 @@ public:
|
||||
return materializer::apply(std::move(*this));
|
||||
}
|
||||
|
||||
#ifdef DOXYGEN
|
||||
#ifdef CONTINUABLE_HAS_DOXYGEN
|
||||
/// Returns true if the continuable_base will resolve its promise
|
||||
/// immediately on request.
|
||||
///
|
||||
/// \since 4.0.0
|
||||
bool is_ready() const noexcept;
|
||||
#endif
|
||||
#endif // CONTINUABLE_HAS_DOXYGEN
|
||||
|
||||
#ifdef DOXYGEN
|
||||
#ifdef CONTINUABLE_HAS_DOXYGEN
|
||||
/// Returns the result of this continuable immediatly.
|
||||
///
|
||||
/// \attention requires that this continuable resolves immediatly on
|
||||
@ -594,7 +594,7 @@ public:
|
||||
///
|
||||
/// \since 4.0.0
|
||||
unspecified request() &&;
|
||||
#endif
|
||||
#endif // CONTINUABLE_HAS_DOXYGEN
|
||||
|
||||
/// Predicate to check whether the cti::continuable_base is frozen or not.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user