fabiendevos / nanotasks

Extremely light way to execute code in the background on Android. Alternative to AsyncTask.
Other
387 stars 36 forks source link

can you add onfinally callback? #8

Open jiqimaogou opened 9 years ago

fabiendevos commented 9 years ago

When would that be called? onSuccess and onError alike? In my experience this is rarely needed and would complexify the API a lot. That being said it could be optional.

jiqimaogou commented 9 years ago

I think Completion would be a class, so we don't need to override the all methods.