WorkQueue always wants a ResponseHandler
Posted: Wed Mar 31, 2010 2:25 pm
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?