Browse thread
timer
- Anastasia Gornostaeva
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-01-03 (01:58) |
From: | Anastasia Gornostaeva <ermine@e...> |
Subject: | timer |
Hello. Does exist Timer module, that allows me add/reset/remove timed events? Currently I use Unix.setitimer() for my simple implementation that allows only adding new events into a queue, but my skills is not enough to implement reset and remove events from the Timer queue. And I'm not sure if using Unix.sleep() with setitimer() is safely (without Threads). Thanks. ermine