adeptasync

A simple AsyncTask class

AsyncTask({
    OnPreExecute? onPreExecute,
    DoInBackground<Param, Result>? doInBackground,
    OnProgressUpdate<Progress>? onProgressUpdate,
    OnPostExecute<Result>? onPostExecute,
    OnCompleted? onCompleted,
    OnCanceled? onCanceled,
  });

Libraries

adeptasync