src.fairreckitlib.core.threading
This package contains functionality for base threading and processing.
Modules:
thread_base: base class for a thread that can be handled by the processor.
thread_processor: processor that starts new and stops active threads.
This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)
1"""This package contains functionality for base threading and processing. 2 3Modules: 4 5 thread_base: base class for a thread that can be handled by the processor. 6 thread_processor: processor that starts new and stops active threads. 7 8This program has been developed by students from the bachelor Computer Science at 9Utrecht University within the Software Project course. 10© Copyright Utrecht University (Department of Information and Computing Sciences) 11"""