Home
last modified time | relevance | path

Searched refs:DebugGoRoutine (Results 1 – 1 of 1) sorted by relevance

/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Ddebugger.go119 type DebugGoRoutine struct { struct
541 func (dbg *Debugger) GoRoutines() []*DebugGoRoutine {
543 r := make([]*DebugGoRoutine, 0, len(dbg.gLive))
545 r = append(r, &DebugGoRoutine{id})
553 func (r *DebugGoRoutine) ID() int { return r.id } argument
556 func (r *DebugGoRoutine) Name() string { return fmt.Sprintf("Goroutine %d", r.id) } argument