Like find, but runs the query operation asynchronously in a worker isolate.
Future<List<T>> findAsync() => _runAsyncImpl(_findAsyncCallback<T>);