public final class EventLoops extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
stopAll(Object... eventLoops)
Stop many
EventLoops concurrently using ForkJoinPool.commonPool() |
public static void stopAll(Object... eventLoops)
EventLoops concurrently using ForkJoinPool.commonPool()
Returns when all EventLoops are stopped, safe to pass nulls or collections containing nulls
eventLoops - A list of EventLoops or collections of event loopsCopyright © 2024. All rights reserved.