async abstract method

Result<Async<T>> async()

Safely gets the Async instance. Returns an Ok on Async, or an Err on Sync.

Implementation

Result<Async<T>> async();