1 Feb 08:26
Re: [bug] Delay issue
Paolo Bonzini <bonzini <at> gnu.org>
2012-02-01 07:26:35 GMT
2012-02-01 07:26:35 GMT
On 01/31/2012 09:32 PM, Gwenaël Casaccio wrote: > > Eval [ > | d1 d2 p1 p2 | > sem := Semaphore new. > d1 := Delay forSeconds: 1. > p1 := [ d1 value: [ sem signal ] onTimeoutDo: [ ] ] fork. > sem wait. > > 'value:onTimeoutDo:' displayNl. > d1 := Delay forMilliseconds: 100. > d1 value: [ [ true ] whileTrue ] onTimeoutDo: [ ]. > ] Let's fix this too, then. :) Paolo
RSS Feed