type go.pact.im/x/supervisor.Table

3 uses

	go.pact.im/x/supervisor (current package)
		supervisor.go#L20: 	table Table[K, P]
		supervisor.go#L76: func NewSupervisor[K comparable, P process.Runnable](t Table[K, P], o Options) *Supervisor[K, P] {
		table.go#L9: type Table[K comparable, V any] interface {