Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
List of all members
Loyc.Threading.ThreadLocalVariableBase Class Referenceabstract

When used with ThreadEx, implementing this base class allows you to be notified when a child thread is created or terminates. More...


Source file:
Inheritance diagram for Loyc.Threading.ThreadLocalVariableBase:
Loyc.Threading.ThreadLocalVariable< T >

Remarks

When used with ThreadEx, implementing this base class allows you to be notified when a child thread is created or terminates.