diegows / wanproxy

My Wanproxy repo - WAN Accelerator using dictionary and gzip compression.
http://www.wanproxy.org/
Other
12 stars 3 forks source link

Callbacks should have an option to run once #10

Open diegows opened 12 years ago

diegows commented 12 years ago

All the callbacks are scheduled again and again until they are cancelled (remove from the queue). There should be a way to set the callback to run once to make the code simpler.

And may be all the callbacks should run once by default.