mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
proc: add minor comments (#2228)
This patch adds some comments around RequestManualStop().
This commit is contained in:
@ -98,6 +98,7 @@ type ThreadInfo interface {
|
||||
|
||||
// ProcessManipulation is an interface for changing the execution state of a process.
|
||||
type ProcessManipulation interface {
|
||||
// RequestManualStop attempts to stop all the process' threads.
|
||||
RequestManualStop() error
|
||||
// CheckAndClearManualStopRequest returns true the first time it's called
|
||||
// after a call to RequestManualStop.
|
||||
|
||||
Reference in New Issue
Block a user