WorkQueue always wants a ResponseHandler

What it says on the tin: a place to discuss proposed new features.
Post Reply
User avatar
spookyboo
Silver Sponsor
Silver Sponsor
Posts: 1141
Joined: Tue Jul 06, 2004 5:57 am
x 151
Contact:

WorkQueue always wants a ResponseHandler

Post by spookyboo »

Just curious, I use a WorkQueue and a RequestHandler that contains my code-to-be-executed-in-its-own-thread. The thread is generating some stuff and somewehere later in time I pickup the result. With the current setup, I always have to create a ResponseHandler, even if I don't use it. It is asynchronous after all, so why do I explicitly have to create a ResponseHandler?
Post Reply