isolated method

NetService<D, P> isolated()

Wraps AsyncCacheDelegate with Isolate for long-running operations

Implementation

NetService<D, P> isolated() => IsolateNetService(this);