All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.idefav.wrap.DefaultWrappedScheduledExecutorService Maven / Gradle / Ivy

package com.idefav.wrap;

import java.util.concurrent.ExecutorService;

/**
 * the DefaultWrappedScheduledExecutorService description.
 *
 * @author wuzishu
 */
class DefaultWrappedScheduledExecutorService extends WrappedScheduledExecutorService {
    /**
     * Instantiates a new Default wrapped scheduled executor service.
     *
     * @param delegate the delegate
     */
    DefaultWrappedScheduledExecutorService(ExecutorService delegate) {
        super(delegate, Wrapper.get());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy