#Benchmark Tasks
19-Feb-88 20:48:35
Sb: #109934-#Benchmark Tasks
Fm: Nick Sullivan/Transactor 76703,4353
To: Jim Vogel 73177,441
Jim, the normal way to do something like that is through the message passing
mechanism. Set up a message port for your sleeping task and invent some kind
code to be carried in the message that will tell the task what you want
modified. After it's carried out the modification, it can reply to the
message and go back to sleep.
Nick