call<C extends Sync> method

C call<C extends Sync>(
  1. C sync
)

Returns the Async of the Sync object.

Implementation

C call<C extends Sync>(C sync) => sync.async;