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

misc: remove use of tev & fix type errors #365

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

chemwolf6922
Copy link
Contributor

@chemwolf6922 chemwolf6922 commented Dec 22, 2024

Why is this change made

The mips module uses tev as the event loop. Since asyncio is already widely used in this project, it would be better to change the event loop to asyncio to align the stack.

Changes

  • Remove mips's dependency on tev
  • Change IPC method to asyncio's call_soon_threadsafe
  • Fix type errors
  • Refactor some spaghetti code

TODO

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.

1 participant