public class EventLoops extends Object
| Constructor and Description |
|---|
EventLoops() |
| 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 © 2021. All rights reserved.