About 6,860 results
Open links in new tab
  1. GitHub - microsoft/vs-threading: The Microsoft.VisualStudio.Threading

    The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

  2. Microsoft.VisualStudio.Threading - GitHub

    Microsoft.VisualStudio.Threading Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. …

  3. Releases · microsoft/vs-threading - GitHub

    The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

  4. threading · GitHub Topics · GitHub

    Jan 25, 2026 · The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

  5. GitHub - bshoshany/thread-pool: BS::thread_pool: a fast, lightweight ...

    Multithreading is essential for modern high-performance computing. Since C++11, the C++ standard library has included built-in low-level multithreading support using constructs such as std::thread. …

  6. GitHub - thanhit95/multi-threading: Practical multithreading tutorials ...

    Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs. - thanhit95/multi-threading

  7. A Python threading library extension - GitHub

    Fully compatible with the threading library, this project hopes to provide a more out-of-the-box solution with multi-threaded processing and fetching values from a completed thread, etc.

  8. Jeffrey Richter's Power Threading Library - GitHub

    The Power Threading Library consists of a number of classes to assist you with building responsive, reliable, and scalable applications and components. There are also a bunch of general-purpose utility …

  9. GitHub - rcolyer/threads-scad: OpenSCAD threading library

    The core threading routine makes use of list comprehensions to generate the entire threaded screw as a single polyhedron. This substantially improves the rendering speed and robustness over other …

  10. GitHub - nim-lang/threading: New atomics, thread primitives, atomic ...

    threading New threading primitives for Nim's arc / orc memory management modes: atomics, channels, smart pointers and wait groups.