-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels