Sync, a type class in the Effect hierarchy has the...
# arrow
r
Sync, a type class in the Effect hierarchy has the capability of suspending side effects so only capable data types such as ObservableK, DeferredK and IO can be used for side effecting computations.