2013-03-28
2013-03-23
Let's Code Jumi #225: Decoupled Actor Threads (Part 1)
Creating an actor used to be coupled with creating its thread (or reusing the current thread). By separating those operations we can unify "primary" and "secondary" actors, making the actors much simpler to use.
2013-03-18
2013-03-10
2013-03-02
Let's Code Jumi #222: Unified Actors (Part 1)
By unifying the processing of "primary" and "secondary" actors, the internal design can be improved considerably, and later we can get rid of those two different actor categories completely.
Subscribe to:
Posts (Atom)