public final class EventLoopCheckingUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
maybeLogIfOnEventLoop()
Logs a warning if
CompletableFuture.join() or CompletableFuture.get() are called
from an event loop thread. |
public static void maybeLogIfOnEventLoop()
CompletableFuture.join() or CompletableFuture.get() are called
from an event loop thread.Copyright © 2020 LeanCloud. All rights reserved.