Skip to content

Commit

Permalink
python example missing rename fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Dec 5, 2023
1 parent 04af3e0 commit 820f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ cobalt::promise<int> test_promise()
asio::steady_timer tim{co_await cobalt::this_coro::executor,
std::chrono::milliseconds(100)};

co_await tim.async_wait(async::use_op);
co_await tim.async_wait(cobalt::use_op);
co_return 42;
}

Expand Down

0 comments on commit 820f9c3

Please sign in to comment.