Currently the printer doesn't use the multi-thread timeline, so the order of the prints will be sorted for each thread, but not between threads.
The printer is currently scanning each thread timeline sequentially and applying the printers, which both misses on some extra power and is not what users probably expect when running a println like system.
Currently the printer doesn't use the multi-thread timeline, so the order of the prints will be sorted for each thread, but not between threads.
The printer is currently scanning each thread timeline sequentially and applying the printers, which both misses on some extra power and is not what users probably expect when running a println like system.