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

Add fscontext.AfterDelayFunc function #537

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Commits on Oct 16, 2024

  1. Add fscontext.AfterDelayFunc function

    This is useful in scenarios where a context gets canceled, but the code bound to the lifetime of the context does not return within a reasonable time. `AfterDelayFunc` can be used to try exit the code more aggressively.
    
    PiperOrigin-RevId: 686503282
    torsm authored and copybara-github committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    188f43b View commit details
    Browse the repository at this point in the history