2013-07-30

Let's Code Jumi #255: Failure Handling (Part 1)

Creating hooks for handling uncaught exceptions from actors. Originally only the single-threaded actors had them, but they are also needed in production.

Download as MP4

Episode Archive

2013-07-13

Let's Code Jumi #251: Stopping Actor Threads (Part 1)

Jumi has not yet needed support for stopping actor threads (it just exits the whole JVM), but for the Jumi Actors library to be general-purpose, there should be a way to release resources.

Download as MP4

Episode Archive

2013-07-02

Let's Code Jumi #248: Executor Logging (Part 1)

Some actors delegate work to background threads, so those should also be logged to see the full picture.

Download as MP4

Episode Archive