EventWithAck<T> constructor

EventWithAck<T>(
  1. T data,
  2. void ackCb()
)

Implementation

EventWithAck(this.data, this.ackCb);