Some minor improvements

This commit is contained in:
Denis Blank 2018-12-07 04:46:18 +01:00
parent 62ca39e59c
commit da8ec15c6f

View File

@ -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.
///