Should it be possible to cancel a running Task ?
I run the task synchronously using :
Worker.post(new Task(){
public Object run() throws Exception {
...
}
}
Something like adding cancel method on Task class for example ?.
2009-11-12 08:47:20 UTC in Foxtrot