Core Concepts - myna/ruby-eventmachine-client GitHub Wiki
Core Concepts
In this section we cover some fundamentals:
-
Initialisation: how to start EventMachine (and stop it, if you want).
-
Futures: how we make asynchronous code simple. We use futures everywhere in this client, so you need to understand them.
-
Responses: how we represent the different responses you can get back from Myna.