in qldbdriver/qldbdriver.go [255:260]
func sleepWithContext(ctx context.Context, delay time.Duration) { select { case <-ctx.Done(): case <-time.After(delay): } }