mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
openstream fixes, changes to compiling of pde files
This commit is contained in:
@@ -39,7 +39,9 @@ class PdeMessageSiphon implements Runnable {
|
||||
this.consumer = consumer;
|
||||
|
||||
thread = new Thread(this);
|
||||
thread.setPriority(Thread.MIN_PRIORITY);
|
||||
// don't set priority too low, otherwise exceptions won't
|
||||
// bubble up in time (i.e. compile errors)
|
||||
//thread.setPriority(Thread.MIN_PRIORITY);
|
||||
thread.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user