SynchronousExecutor
public class SynchronousExecutor implements Executor
Is an implementation of a java.util.concurrent.Executor which executes Runnable's synchronously.
Summary
Public constructors |
|---|
public class SynchronousExecutor implements Executor
Is an implementation of a java.util.concurrent.Executor which executes Runnable's synchronously.
Public constructors |
|---|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.