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

refactor(trackedfutures): remove return of future from tracked futures api #1046

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

emizzle
Copy link
Contributor

@emizzle emizzle commented Dec 17, 2024

  • cleans up all instances of .track to use the module.trackedfutures.track(future) procedure, for better readability
  • removes the track override that is no longer used in the codebase

Note: based on #1045.

Base automatically changed from fix/fix-async-futures/nodeprocess to master December 17, 2024 11:13
…s api

- cleans up all instances of `.track` to use the `module.trackedfutures.track(future)` procedure, for better readability
- removes the `track` override that is no longer used in the codebase
@emizzle emizzle force-pushed the refactor/tracked-futures-api branch from 09770b9 to ba3ef7f Compare December 18, 2024 05:04
@emizzle emizzle added this pull request to the merge queue Dec 18, 2024
Merged via the queue into master with commit 8645d33 Dec 18, 2024
17 checks passed
@emizzle emizzle deleted the refactor/tracked-futures-api branch December 18, 2024 08:58
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.

2 participants