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

queued operations and ts #9

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Conversation

tbillington
Copy link
Contributor

Queues async operations instead of blocking on them.

I've never seen ncc before but it said it supports TS out of the box 🤷

I haven't ran this because I don't know how to run actions locally, but theoretically it will function :D pls test

src/post.ts Show resolved Hide resolved
tsconfig.json Outdated Show resolved Hide resolved
}

await Promise.all(operationHandles);
Copy link
Owner

Choose a reason for hiding this comment

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

Cool! I never realized you could do this! (Then again, my Javascript knowledge is sparse.)

src/post.ts Show resolved Hide resolved
@BD103 BD103 added the enhancement New feature or request label Oct 31, 2024
@BD103 BD103 merged commit ed82140 into BD103:main Oct 31, 2024
6 checks passed
@BD103
Copy link
Owner

BD103 commented Oct 31, 2024

Thank you!

@tbillington tbillington deleted the queued-stats-and-ts branch November 1, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants