Skip to content

Commit 1e5d589

Browse files
committed
lint(lazy_io): unify class lazy_resume_on
1 parent 9c19781 commit 1e5d589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/co_context/detail/lazy_io_awaiter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ struct lazy_who_am_i {
898898

899899
using lazy_forget = std::suspend_always;
900900

901-
struct lazy_resume_on {
901+
class lazy_resume_on {
902902
public:
903903
static constexpr bool await_ready() noexcept { return false; }
904904

0 commit comments

Comments
 (0)