Hi all, would it be possible to add a waitTimeSeconds/MSecs to Semaphore? Maybe even to SharedQueue? I would like to write code like the one below but I am a bit at a loss of how to realize it without spawning many processes.
[ self sendSomeData c := queue nextTimeout: 3. ] on: TimeOut do: [:e | ... ] thanks _______________________________________________ help-smalltalk mailing list help-smalltalk@gnu.org http://lists.gnu.org/mailman/listinfo/help-smalltalk