createThread and destroyThread should be moved into constructor and destructor #114
Labels
No Label
Bug
Cleanup
documentation
Driver
duplicate
Feature
Firmware
glscopeclient
good first issue
Hardware
help wanted
invalid
Linux
performance
question
scopeserver
Windows
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: AllSpice/ThunderScope#114
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I don't really see a situation where we would want to create/destroy the thread and not the class itself as well.
It would also make it easier to maintain the code if we don't have to remember to run the extra function after/before creating/destroying.
This applies to all stages in the pipeline. (trigger, processor, postProcessor)