Skip to content

Commit

Permalink
Update 2012-06-19-the-best-description-of-a-ruby-fiber.html.markdown
Browse files Browse the repository at this point in the history
Remove malicious spam link from the article.
  • Loading branch information
leehambley committed Apr 1, 2016
1 parent b033bcc commit e92aa54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ The Parallel helper, not shown here is implemented using Threads, simple,
almost-real concurrency should be good enoguh for me in this context, the
performance of the host machine is unlikely to be the bottleneck in a remote
SSH command library, that said I've been wanting to learn more about using
Fibers for a long time and today happened upon [this article][1]:
Fibers for a long time and today happened upon an article that has unfortunately
disappeared from the internet:

> Execution of blocks and methods always begins from their first statement.
> Each time, their local variables are initialised anew. If they need to
Expand Down Expand Up @@ -95,4 +96,3 @@ To go through it line by line,

[Fern]: http://www.rubygems.org/search?query=fern
[Fibonacci Stuff]: http://en.wikipedia.org/wiki/Fibonacci_number
[1]: http://ruby.runpaint.org/concurrency

0 comments on commit e92aa54

Please sign in to comment.