Hacker News new | ask | show | jobs
by l0nwlf 5816 days ago
'Inception' was a classic example of recursion.
1 comments

Not really, just a callstack four* calls deep.

...just four?

Hmm, actually there was multi-threading, using sort of kick-based synchronisation primitive.

actually there was multi-threading, using sort of kick-based synchronisation primitive

I think they actually used an actor-based threading model.