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

Run all task spawning through util, to allow for easy hooking. #3827

Merged
merged 2 commits into from
Oct 28, 2014

Conversation

cgaebel
Copy link

@cgaebel cgaebel commented Oct 28, 2014

During debugging, I found it useful to hook all task creation in a
central location, and util::task was the perfect place for it.

r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of
reviews today because I don't know who better to give them to)

During debugging, I found it useful to hook all task creation in a
central location, and util::task was the perfect place for it.

r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of
reviews today because I don't know who better to give them to)
@pcwalton
Copy link
Contributor

This is an über-nit, but can we settle on one naming convention for tasks (since we may end up showing these to developers)? CamelCase is fine with me.

@cgaebel
Copy link
Author

cgaebel commented Oct 28, 2014

Done.

@cgaebel
Copy link
Author

cgaebel commented Oct 28, 2014

Oops sorry forgot to push!

bors-servo pushed a commit that referenced this pull request Oct 28, 2014
During debugging, I found it useful to hook all task creation in a
central location, and util::task was the perfect place for it.

r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of
reviews today because I don't know who better to give them to)
@bors-servo bors-servo closed this Oct 28, 2014
@bors-servo bors-servo merged commit 14b1c32 into servo:master Oct 28, 2014
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.

3 participants