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

refactor: use queue_task instead of direct task creation #16

Merged
merged 4 commits into from
Jan 26, 2025

Conversation

nexconnectio
Copy link
Owner

  • Replace direct asyncio.create_task with queue_task method in examples
  • Clarify worker thread function naming
  • Add proper worker state checks in test teardown

san-tekart and others added 4 commits January 25, 2025 15:18
- Simplify task result handling by moving it to try block
- Remove redundant cancelled flag
- Replace direct asyncio.create_task with queue_task method in examples
- Clarify worker thread function naming
- Add proper worker state checks in test teardown
@nexconnectio nexconnectio merged commit bc473a0 into main Jan 26, 2025
4 checks passed
@nexconnectio nexconnectio deleted the refactor/worker-task-creation branch February 2, 2025 06:23
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.

2 participants