toStateAsync method

StateAsync<S, A> toStateAsync()

Lift a sync State to an async StateAsync.

Implementation

StateAsync<S, A> toStateAsync() => StateAsync.fromState(this);