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

[wpiutil] Split DataLog background writer into different class #6590

Merged
merged 7 commits into from May 12, 2024

Conversation

PeterJohnson
Copy link
Member

DataLog is now a base class, with DataLogBackgroundWriter being the background thread version and DataLogWriter being a non-threaded version.

DataLog is now a base class, with DataLogBackgroundWriter being the
background thread version and DataLogWriter being a non-threaded version.
@PeterJohnson PeterJohnson added component: wpiutil WPI utility library breaking Introduces a breaking change. labels May 6, 2024
@PeterJohnson PeterJohnson requested a review from a team as a code owner May 6, 2024 01:17
@PeterJohnson PeterJohnson merged commit 178fe99 into wpilibsuite:main May 12, 2024
27 checks passed
@PeterJohnson PeterJohnson deleted the datalog-split-thread branch May 12, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Introduces a breaking change. component: wpiutil WPI utility library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant