On<T> constructor

const On<T>(
  1. dynamic executor(
    1. T err
    )
)

Implementation

const On(this.executor);