add method

void add(
  1. AsyncReply<T> reply
)

Implementation

void add(AsyncReply<T> reply) {
  if (!_sealedBag) {
    //_results.add(null);
    _replies.add(reply);
  }
}