-
public abstract class GuardedResultAsyncTask<Result> extends AsyncTask<Void, Void, Result>
Abstract base for a AsyncTask with result support that should have any RuntimeExceptions it throws handled by the com.facebook.react.bridge.NativeModuleCallExceptionHandler registered if the app is in dev mode.