sim.setAutoYieldDelay

Allows specifying a thread interruption or yield delay, that will be automatically enforced by the system (preemptive threading). By default this value is 2 ms

Synopsis

sim.setAutoYieldDelay(float dt) sim.setAutoYieldDelay(float dt)

Arguments

  • dt: desired execution time, before an interruption or yield occurs


See also: