Bookmarks for tag concurrency
A library to aid in the development of multiprocess programs in python. Implements the same API as threading does for threads and adds some more tools
Tags:
cocoa,
concurrency,
instruments,
mac os x,
multithreading,
nsobject threading,
nsoperation,
nsrunloop,
nsthread,
shark,
threading
Cocoa Samurai (Colin Wheeler) provides a broad coverage of concurrency tools in Mac OS X Leopard.
Joe Armstrong describes an implementation of STM in erlang
