S
Shad
Hello,
here's my problem (I've been searching for a fews days already and couldn't
find a solution)
I've got a bunch of mails to create, so I'd like to queue jobs in a
threadpool (which I can do already), but once all jobs are queued, I'd like
the main thread to wait until all mails are generated.
So far I haven't found how to do that, since the threadpool doesn't provide
an adapted WaitAll method.
Could anyone help please ?
Thanks
here's my problem (I've been searching for a fews days already and couldn't
find a solution)
I've got a bunch of mails to create, so I'd like to queue jobs in a
threadpool (which I can do already), but once all jobs are queued, I'd like
the main thread to wait until all mails are generated.
So far I haven't found how to do that, since the threadpool doesn't provide
an adapted WaitAll method.
Could anyone help please ?
Thanks