DHBW-Inf / Toolbox

Util library for the DHBW Karlsruhe programming exam.
GNU General Public License v3.0
2 stars 1 forks source link

Add Multithreading Utilities #24

Open matteokosina opened 19 hours ago

matteokosina commented 19 hours ago

Are the changes related to a problem? Please describe

Multithreading utilities are still missing and may be quite useful.

habetuz commented 14 hours ago

I would suggest not adding examples, as the purpose of this repository are tools to be used in the exam.

Nevertheless I think examples would be great to study or have as reference in the exam. I would therefore suggest creating another repository containing examples to various topics.

The problem of having no multithreading utilities remains non the less. To determine tools that would be useful, we should look at old exams and exercises.

habetuz commented 13 hours ago

There are already easy ways to start new threads or intervals with simple arrow functions. Non the less I think it would be beneficial to wrap the needed functionality of Thread and Timer in one ThreadUtils class to make finding the needed functionality easies. @matteokosina do you agree or do you think that functionality is not needed?