spawn static method

EventFlux spawn()

Factory method for spawning new instances of EventFlux.

Implementation

static EventFlux spawn() {
  return EventFlux._();
}