This website works better with JavaScript.
Explore
Help
Sign In
helix
/
invidious
Watch
1
Star
0
Fork
You've already forked invidious
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Add Fiber.yield to jobs
Browse Source
pull/3/head
Omar Roth
7 years ago
parent
92f78ff541
commit
d753e52680
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
src/invidious.cr
Unescape
Escape
View File
@ -108,6 +108,8 @@ threads.times do
end
end
end
Fiber
.
yield
end
end
end
@ -132,6 +134,7 @@ channel_threads.times do |i|
end
end
end
Fiber
.
yield
end
end
end
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
helix/invidious
Title
Body
Create Issue