Skip to content
Snippets Groups Projects
Commit 003ba682 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: Clean up reverting to boost::fibers::buffered_channel.

parent 9d428662
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,6 @@ void LLCoprocedurePool::coprocedureInvokerCoro(
boost::fibers::channel_op_status status;
for (;;)
{
try
{
LLCoros::TempStatus st("waiting for work for 10s");
status = pendingCoprocs->pop_wait_for(coproc, std::chrono::seconds(10));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment