-
As some of you might have read on Twitter, I have been playing around with alternative, JRuby-specific mailbox replacements over the past weekend. So far I've benchmarked the regular Celluloid::Mailbo…
-
Since C# doesn't offer multiple inheritance (like Scala via traits) sometimes there is a need to bypass that problem by using composition over inheritance. Example is stashing with `StashFactory.Creat…
-
En travaillant sur la grille "film", je me suis rendu compte qu'il manquait des étiquettes de rôles dont on va avoir besoin dans la version française de la table "marc21-relators".
En fait, on le sav…
-
Rust has a lot of powerful concurrency tools, but they aren't packaged up into a high-level, consistent interface.
Things that would be great in an actor library:
- High-level help with implementing …
brson updated
9 years ago
-
```
[2014-04-02 00:35:08.924] INFO RequestHandler: HTTP Request Handler initialized on 0.0.0.0:8080
[2014-04-02 00:35:08.938] ERROR Celluloid: Reel::Server crashed!
TypeError: no implicit conversion …
-
Real world effect - include provider and consumer as well as "a kind of" where stated. (note bug that generalization not always being output).
-
There seems to be a problem when using interruptible recorded voice prompts. When the caller makes a choice before all the files are played, this blocks subsequent calls of menu or ask.
You will see …
-
I am using listen for some monitoring. However I am also using an automated error-logging system, and it appears that the listen gem spews out "undefined method `change' for class`Celluloid::PoolManag…
-
Whilst working on a fairly large Akka application, I have come across a very simple structure when working with normal methods and non Akka classes but which are actually quite difficult to nail when …
-
Pykka's API (`.start` method) doesn't really let the user make actor systems with cyclic referential relationships like:
```
a -> b -> c -> a
```
where `a -> b` denotes that actor `a` holds a refere…