What is it all about? NeverBlock is a Ruby library that allows developers to write non-blocking, concurrent code in a transparent manner. Meaning that you will keep coding in your traditional ways while you get the benefit of non-blocking IO operations. Traditionally, a Ruby application would block whenever it requests an IO operation. This can be solved by running code in multiple threads but t