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

Make the fetch target non-optional. #14465

Merged
merged 9 commits into from Dec 15, 2016
Merged

Make the fetch target non-optional. #14465

merged 9 commits into from Dec 15, 2016

Commits on Dec 15, 2016

  1. Replace fetch_async() by a new fetch() function.

    fetch() returns immediately after processing EOF, at the latest, so not
    spinning up a thread should not cause noticeable delays. OTOH, it might
    reduce the contention for cores, and reduce the overall time needed.
    Ms2ger committed Dec 15, 2016
  2. Use the asynchronous fetching code in unit tests.

    This is the only code that is used in Servo proper, so it's a more useful
    thing to test.
    Ms2ger committed Dec 15, 2016
  3. Stop returning the response from fetch().

    Ms2ger committed Dec 15, 2016
You can’t perform that action at this time.