Hi all,
I have two classes I have written to handle Preferences and also Application Logging. Both of these classes use an associated thread as a way to process disk writes. Both are working as desired and don’t show any issues.
I’m curious about packaging these items. It would be nice if I simply had to drag over Preferences and not have to manually add the thread it needs.
Is the best way to do this modules? Can some one point me to docs on how to best package stuff this way for reuse in future projects?
Thanks