- executor
- the underlying implementation
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if executor null
Returns an object that delegates all defined Java.Util.Concurrent.IExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts. This provides a way to safely "freeze" configuration and disallow tuning of a given concrete implementation.