actionsInProgress method

Set<ReduxAction<St>> actionsInProgress()

Returns an unmodifiable set of the actions on progress.

Implementation

Set<ReduxAction<St>> actionsInProgress() {
  return new UnmodifiableSetView(this._actionsInProgress);
}