Skip to content

Commit

Permalink
add info log
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Nov 1, 2023
1 parent b835b24 commit 8be2867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/mrc/_pymrc/include/pymrc/asyncio_runnable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ void AsyncioRunnable<InputT, OutputT>::run(mrc::runnable::Context& ctx)

auto py_awaitable = coro::BoostFibersMainPyAwaitable(this->main_task(scheduler));

LOG(INFO) << "AsyncioRunnable::run() > Calling run_until_complete() on main_task()";

loop.attr("run_until_complete")(std::move(py_awaitable));
}

Expand Down

0 comments on commit 8be2867

Please sign in to comment.