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: support signal opt #769

Merged
merged 1 commit into from
Apr 6, 2024
Merged

Conversation

antongolub
Copy link
Collaborator

closes #768
relates #734

const ac = new AbortController()
const signal = ac.signal
const p = $({ signal })`sleep 9999`
setTimeout(() => ac.abort(), 100)

@antonmedv antonmedv merged commit e010f23 into google:main Apr 6, 2024
12 checks passed
@antongolub antongolub deleted the add-signal-opt branch April 6, 2024 08:46
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.

feat req: provide signal opt
2 participants