Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[documentation] Explain when MultiThreadedExecutor is running multiple threads #2454

Open
wants to merge 5 commits into
base: rolling
Choose a base branch
from

Commits on Apr 5, 2024

  1. add class docstring for MultiThreadedExecutor

    It includes a note about which methods support multithreaded execution.
    Signed-off-by: Matthias Holoch <[email protected]>
    Cakem1x committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dfee9e3 View commit details
    Browse the repository at this point in the history
  2. Revert "add class docstring for MultiThreadedExecutor"

    This reverts commit e751e1f.
    
    Signed-off-by: Matthias Holoch <[email protected]>
    Cakem1x committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e0ce923 View commit details
    Browse the repository at this point in the history
  3. expand documentation for MultiThreadedExecutor's spin method

    Signed-off-by: Matthias Holoch <[email protected]>
    Cakem1x committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f7d44d9 View commit details
    Browse the repository at this point in the history
  4. add to docs a note about parallel processing support of spin_until_fu…

    …ture_complete
    
    Signed-off-by: Matthias Holoch <[email protected]>
    Cakem1x committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d91e9f4 View commit details
    Browse the repository at this point in the history
  5. change docs to express what is possible instead of what is not

    Co-authored-by: Tomoya Fujita <[email protected]>
    Signed-off-by: Matthias Holoch <[email protected]>
    Cakem1x and fujitatomoya committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    17929ce View commit details
    Browse the repository at this point in the history