Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av Johan Montelius 2017-11-08 13:10

Visa < föregående
Jämför < föregående

Asynchronous communication

The message passing model of Elixir allows us to build asynchronous systems. In an asynchronous system we can hide latencies and implement a much more efficient solution. The problem is of course to keep track of what we're doing.