fabiendevos / nanotasks

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

Force cancel #15

Open ashishislive opened 6 years ago

ashishislive commented 6 years ago

I know this is off topic but can you make it cancellable also. Many times we need to bind background times thread with activity in such case it will be useful. Somehow possible to force kill task?. Kill process is currently I'm using.