Trait constant that is true when T models the async cleanup concept.
Declared in <folly/futures/Cleanup.h>
<folly/futures/Cleanup.h>
template<typename T> using is_cleanup = std::bool_constant<is_cleanup_v<T>>;