PostSharp.ILMultithreading
Open sandboxFocusImprove this doc

Multithreading

The Threading Pattern Library helps building multithreaded applications with fewer lines of code and fewer defects. The library implements locking models (thread unsafe, reader-writer synchronized, actor), thread synchronization aspects (to background thread, to UI thread).

It provides the following features: