Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Utils / AsyncWorker.hs @ 13d26b66

History | View | Annotate | Download (5.2 kB)

# Date Author Comment
c5f6dcdf 02/26/2014 02:06 pm Petr Pudlak

Add a module for creating and using asynchronous workers

Each such worker has its own background thread and performs a given
task when triggered. Triggers arriving when the worker is processing are
accumulated and processed together in a subsequent worker action....