Liquid syntax error: Unknown tag 'endcomment'
For further actions, you may consider blocking this person and/or reporting abuse
Liquid syntax error: Unknown tag 'endcomment'
For further actions, you may consider blocking this person and/or reporting abuse
Alef Ojeda de Oliveira -
Roberson Miguel -
Sulman Baig -
Brandon C -
Once suspended, enether will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, enether will be able to comment and publish posts again.
Once unpublished, all posts by enether will become hidden and only accessible to themselves.
If enether is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Stanislav Kozlovski.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag enether:
Unflagging enether will restore default visibility to their posts.
Top comments (6)
Thank you, really nice article.
Great, thanks!
One note: without Thread.new around the first loop this code could not ever run both loops in parallel, even if MRI had no GIL. Maybe a typo.
I think it's not a type, the
main thread
is also a threadOf course, the main thread is a... thread, but how that matters for the issue?
Any line of code that runs synchronously forces the next line to wait. So, we need a Thread.new, just to let the interpreter to reach the next line while the first one is running.
Is it just me or has this post disappeared? Here’s a screenshot:
thepracticaldev.s3.amazonaws.com/i...
Here too. Maybe the discussion thread locked the main body thread ;)