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

Fix #1196 - Update multisim to use concurrency #1197

Conversation

trizin
Copy link
Contributor

@trizin trizin commented Jun 12, 2024

Fixes #1196

Changes proposed in this PR:

  • Remove asyncio from multisim
  • Introduce a max_workers property in the MultisimSS class to define the maximum number of threads.
  • Enable multithreading in Multisim, allowing multiple simulations to run concurrently.

@trizin trizin linked an issue Jun 12, 2024 that may be closed by this pull request
@trizin trizin changed the title #1196 - Update multisim to use concurrency instead of async #1196 - Update multisim to use concurrency Jun 12, 2024
@trentmc trentmc changed the title #1196 - Update multisim to use concurrency Fix #1196 - Update multisim to use concurrency Jun 13, 2024
@trizin trizin closed this Jun 20, 2024
@trizin trizin deleted the issue1196-update-multisim-to-use-concurrency-instead-of-async branch June 21, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Sim] Update Multisim to Use Concurrency Instead of Async
1 participant