Finished evicting Thread- probably more fiber scheduling to do while I figure out how to put Tasks into a Ractor

This commit is contained in:
2021-12-26 13:46:48 -06:00
parent 2bbb2acc6e
commit 52e46eced5
4 changed files with 20 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ class W3DHub
end
# Download a W3D Hub package
def self.fetch_package(package, block)
def self.fetch_package(internet, package, block)
path = package_path(package.category, package.subcategory, package.name, package.version)
headers = { "Content-Type": "application/x-www-form-urlencoded" }
start_from_bytes = package.custom_partially_valid_at_bytes