Skip to content

It seems tha a foolish design #68

@H00001

Description

@H00001
type Launcher interface {
	// boot
	Boot()
	// shutdown, pool forbidden execute new works, but execute all of works in queue
	Shutdown()
	// showdown right away. pool forbidden execute new works, and all of works in queue
	ShutdownNow()
	// shutdown any of thread
	ShutdownAny()
}

what is the reason that we need function ShutdownAny ?
@gyr666 @msyyyy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions