Most of Ruby developers use celluloid
because it’s very easy to use for asynchronous tasks. If someone want to do a process in background they can simply do it by one keyword. The keyword is async
.
Here is a simple example to show the usage of Async
feature.
That launch
method is running in the background.
Cheers, DilumN