Francis Cianfrocca
2006-Aug-23 15:38 UTC
[Eventmachine-talk] EventMachine#defer on Windows
All, I just checked in some modifications that should make EventMachine#defer work on Windows. (The Unix code is unchanged and has been working fine.) Also, I''m waiting to hear from snacktime whether the changes I just made fix the problem he discovered, which is that EventMachine#start_server wasn''t taking a block as EventMachine#connect does. Sync to the latest in SVN to get all these mods. Thanks, and happy eventing.
On 8/23/06, Francis Cianfrocca <garbagecat10 at gmail.com> wrote:> All, I just checked in some modifications that should make > EventMachine#defer work on Windows. (The Unix code is unchanged and > has been working fine.) > > Also, I''m waiting to hear from snacktime whether the changes I just > made fix the problem he discovered, which is that > EventMachine#start_server wasn''t taking a block as > EventMachine#connect does.Yes it''s fixed now and accepting a block.
Francis Cianfrocca
2006-Aug-23 17:30 UTC
[Eventmachine-talk] EventMachine#defer on Windows
On 8/23/06, snacktime <snacktime at gmail.com> wrote:> On 8/23/06, Francis Cianfrocca <garbagecat10 at gmail.com> wrote: > > All, I just checked in some modifications that should make > > EventMachine#defer work on Windows. (The Unix code is unchanged and > > has been working fine.) > > > > Also, I''m waiting to hear from snacktime whether the changes I just > > made fix the problem he discovered, which is that > > EventMachine#start_server wasn''t taking a block as > > EventMachine#connect does. > > Yes it''s fixed now and accepting a block.Thanks, snacktime.