swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ordering events in a swarm ....


From: Marcus G. Daniels
Subject: Re: ordering events in a swarm ....
Date: 13 Jun 1999 09:53:04 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3.10

>>>>> "XH" == xueyue  <address@hidden> writes:

XH> does this mean the following will work?

Yes, since AutoDrop is not set.

- start
{
   count = 0;
   schedule = [Schedule create: globalZone];
   [self schedule: 3];
    [[schedule activateIn: nil] run];
    [schedule at: 7 createActionTo: objecta message: M(actiona)];
    [schedule at: 5 createActionTo: objectb message: M(actionb)];
    
   // ...more new schedule for 'schedule' object
   // ...
   [[schedule activateIn: nil] run];
   // create more objects and actions to schedule, ...
   [[schedule activateIn: nil] run];
    return self;
}
 

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]