Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Need to Join Completed Producer Threads in Trace to Events (#282)
## Summary of changes Producer threads created in the `trace-to-events` create were not being joined with the main thread, possibly causing excessive memory usage. This PR introduces a `tokio::select` statement which joins completed threads without waiting for them. ## Instruction for review/testing General code review. Tested on simulated and hifi input.
- Loading branch information