[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] Re: calling the stream upon EventStreamPlayer-stop
> Pseq([p, Pfuncn(finalFunc, 1)]) so that it really terminates.
Yes, or finalFunc could return nil.
> That also doesn't solve the problem of EventStreamPlayer's
> irrecoverability.
>
I do not understand what you mean. Can you provide an example?
> This stuff is really central to my work, so I think what I'm going to
> do is make my own copy of PauseStream and EventStreamPlayer so I don't
> have to deal with this anymore. Then you guys can change whatever you
> want and I don't have to worry about retooling and retesting my
> framework when I update.
Sure.
But I am interested in solving the problem as it will help arrive at the
best design.
RJK