...

Package canceled

import "github.com/letsencrypt/boulder/canceled"
Overview
Index

Overview ▾

Index ▾

Package files

canceled.go

func Is

func Is(err error) bool

Is returns true if err is non-nil and is either context.Canceled, or has a grpc code of Canceled. This is useful because cancellations propagate through gRPC boundaries, and if we choose to treat in-process cancellations a certain way, we usually want to treat cross-process cancellations the same way.