Skip to content

Commit

Permalink
Updates for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Oct 16, 2023
1 parent faca78c commit e2882bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/so_5/disp/adv_thread_pool/pub.hpp
Expand Up @@ -161,6 +161,11 @@ enum class fifo_t
/*!
* It means that agents from the same cooperation for which this
* FIFO mechanism is used will be worked on the same thread.
*
* If the same disp_binder with fifo_t::cooperation is used for
* several cooperations then each coop will have a separate
* event queue (thus agents from different coops may work on
* different worker threads).
*/
cooperation,
//! A FIFO for demands only for one agent.
Expand Down
5 changes: 5 additions & 0 deletions dev/so_5/disp/thread_pool/pub.hpp
Expand Up @@ -158,6 +158,11 @@ enum class fifo_t
/*!
* It means that agents from the same cooperation for which this
* FIFO mechanism is used will be worked on the same thread.
*
* If the same disp_binder with fifo_t::cooperation is used for
* several cooperations then each coop will have a separate
* event queue (thus agents from different coops may work on
* different worker threads).
*/
cooperation,
//! A FIFO for demands only for one agent.
Expand Down

0 comments on commit e2882bf

Please sign in to comment.