diff options
author | dotnet-bot <dotnet-bot@microsoft.com> | 2015-04-17 13:33:56 -0700 |
---|---|---|
committer | Richard Lander <rlander@microsoft.com> | 2015-04-17 13:34:47 -0700 |
commit | 06d51aaac0bfff64eacc01a586ac297a9840a84a (patch) | |
tree | 798542993e72e8be7947214fa2e8edbdd2e16284 /Documentation/README.md | |
parent | 81096f1808cb9c97c93ecbd2f0477fe2ae3e7423 (diff) | |
download | coreclr-06d51aaac0bfff64eacc01a586ac297a9840a84a.tar.gz coreclr-06d51aaac0bfff64eacc01a586ac297a9840a84a.tar.bz2 coreclr-06d51aaac0bfff64eacc01a586ac297a9840a84a.zip |
Add Threading Book of the Runtime doc
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index df98819be8..bc9ab274f8 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -19,6 +19,7 @@ Book of the Runtime - [Book of the Runtime FAQ](botr-faq.md) - [Introduction to the Common Language Runtime](intro-to-clr.md) - [Garbage Collection Design](garbage-collection.md) +- [Threading](threading.md) - [Type System](type-system.md) - [Type Loader](type-loader.md) - [Method Descriptor](method-descriptor.md) |