Quote:
Originally Posted by feverittm
We could start the compressor (using the standard compressor.start() method) in the subsystems initialization call.
|
This is the slightly less intensive option. It doesn't make the scheduler do anything extra.
Quote:
|
Do both ways use separate threads from the main thread?
|
They both use separate threads, because the Compressor class creates a separate thread.