MCPcopy Create free account
hub / github.com/antlr/codebuff / executor

Method executor

corpus/java/training/guava/eventbus/EventBus.java:165–167  ·  view source on GitHub ↗

Returns the default executor this event bus uses for dispatching events to subscribers.

()

Source from the content-addressed store, hash-verified

163 * Returns the default executor this event bus uses for dispatching events to subscribers.
164 */
165 final Executor executor() {
166 return executor;
167 }
168
169 /**
170 * Handles the given exception thrown by a subscriber with the given context.

Callers 1

SubscriberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected