killable icon indicating copy to clipboard operation
killable copied to clipboard

V2: Unify context.Context and killable.Killable

Open icholy opened this issue 6 years ago • 0 comments

Since (*killable.Killable).Err() error blocks, it's not compatible with the corresponding method on context.Context. Since this will be a breaking change, we might as well make it a v2 and break some other stuff too.

icholy avatar Jul 19 '19 14:07 icholy