|
This appears to be a lower limit on quantum of delay.
(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 5) wait ] timeToRun asMilliSeconds].
==> "#(51 50 28 30 51 50 50 51 51 51)"
(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 20) wait ] timeToRun asMilliSeconds].
==> "#(50 44 40 50 26 50 51 50 51 50)"
(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 40) wait ] timeToRun asMilliSeconds].
==> "#(73 50 50 51 79 50 42 50 50 50)"
(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 60) wait ] timeToRun asMilliSeconds].
==> "#(76 100 78 101 100 101 101 101 64 101)"
(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 500) wait ] timeToRun asMilliSeconds].
==> "#(446 404 415 403 410 450 403 436 403 448)"
|
|
|
Priority: 2 – Really Important
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|