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.

Download as MP4

Episode Archive

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.

Download as MP4

Episode Archive