set preemptive scheduling time to change threads every 555 microseconds, instead of every 20 milliseoncds (which was the default)
This commit is contained in:
@@ -79,4 +79,4 @@ struct
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
val _ = RunCML.doit (Shell.main, NONE)
|
val _ = RunCML.doit (Shell.main, SOME (Time.fromMicroseconds 555))
|
||||||
|
|||||||
Reference in New Issue
Block a user