Skip to content

I don't know why Schedulers class NewThreadTask implements Callable  #6391

Closed
@guohaiping521

Description

@guohaiping521

static final class NewThreadTask implements Callable {
@OverRide
public Scheduler call() throws Exception {
return NewThreadHolder.DEFAULT;
}
}

change to

getInstance(){
return NewThreadHolder.DEFAULT;
}

the first What are the benefits?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions