asynchronicity

Programming Talks tagged with: "asynchronicity"

Lawful Asynchronous Programming — Daniel Spiewak

Lawful Asynchronous Programming — Daniel SpiewakLaws are our friends! They make it easier to reason about things by eliminating possibilities and constraining the problem space. Applying lawful, principled and reasonable programming to the thorny problem of asynchronous and concurrent systems seems like a natural fit, but the devil is in the details. This talk will explore ...