Skip to content

Default exectutor created twice #230

@sasbury

Description

@sasbury
this.executor = Executors.newCachedThreadPool();
                this.executor = new ThreadPoolExecutor(0, Integer.MAX_VALUE,
                                                        500L, TimeUnit.MILLISECONDS,
                                                        new SynchronousQueue<Runnable>(),
                                                        new DefaultThreadFactory(threadPrefix));

only need the second one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions