Closed bufdev closed 1 month ago
This exposes interrupt.Signals, removes interrupt.NotifyContext, and adds interrupt.Handle, which does the functionality that most programs will want.
interrupt.Signals
interrupt.NotifyContext
interrupt.Handle
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
✅ passed
This exposes
interrupt.Signals
, removesinterrupt.NotifyContext
, and addsinterrupt.Handle
, which does the functionality that most programs will want.