-
Notifications
You must be signed in to change notification settings - Fork 22
Multi-threading support for the tracer #44
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
Conversation
|
Failed to generate code suggestions for PR |
|
reviewed this async - main feedback being that tracer has to not create new sqlite db for each therad. write to the single sqlite db concurrently. Sqlite should handle the locking etc, thats what it is meant for. |
with the added import, and the moved func def, the coverage lines change, inspected manually
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
No description provided.