[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: non-atomic assignments (noob question)



For a different way of representing non-atomic assignments, see
the specification of the Bakery algorithm at

   http://lamport.azurewebsites.net/tla/boulangerie.html

That way captures the semantics of safe registers, defined in

   http://lamport.azurewebsites.net/pubs/pubs.html#interprocess

Leslie