Stay organized with collections Save and categorize content based on your preferences.

SynchronousExecutor

public class SynchronousExecutor implements Executor


Is an implementation of a java.util.concurrent.Executor which executes 's synchronously.

Summary

Public constructors

Public methods

void

Public constructors

SynchronousExecutor

public SynchronousExecutor()

Public methods

execute

public void execute(@NonNull Runnable command)