Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: timeout on step #7

Merged
merged 2 commits into from
Feb 19, 2017
Merged

feat: timeout on step #7

merged 2 commits into from
Feb 19, 2017

Conversation

yesnault
Copy link
Member

close #4

Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
return nil, err
case result := <-ch:
return result, nil
case <-ctx.Done():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah ! love it !

Copy link
Member

@fsamin fsamin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fsamin
Copy link
Member

fsamin commented Feb 19, 2017

#4

@yesnault
Copy link
Member Author

Steven: finally, merged, next PR is in conflict with this.

@yesnault yesnault merged commit a005626 into master Feb 19, 2017
@yesnault yesnault deleted the timeoutStep branch February 20, 2017 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants