package plugin import "context" // Done is a non-blocking function that returns true if the context has been canceled. func Done(ctx context.Context) bool { select { case <-ctx.Done(): return true default: return false } } om feed' href='https://git.anshulg.com/ansg191/bun/atom/integration/bunjs-only-snippets/fetch.js.txt?h=dylan/github-api-option' type='application/atom+xml'/>
![]() |
index : bun | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |