Skip to content

Commit

Permalink
fix semaphore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Nov 3, 2023
1 parent 6ddadf7 commit 695e69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mrc/_pymrc/include/pymrc/asyncio_runnable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class AsyncioRunnable : public AsyncSink<InputT>,

/**
* @brief A semaphore used to control the number of outstanding operations. Acquire one before
* a beginning a task, and release it before finishing.
* beginning a task, and release it when finished.
*/
std::counting_semaphore<8> m_task_tickets{8};
};
Expand Down

0 comments on commit 695e69e

Please sign in to comment.