Git Product home page Git Product logo

thefloatingbrain / threadit Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 12 KB

Designed as a cross platform drop in easy to use threading library, mainly an abstraction layer over std::thread and pthread, with attention to the specific requirements of platforms like Google Native Client/UCC.

C++ 100.00%
threading-library cross-platform-drop ucc pthread atomics facilities thread thread-pool atomic-operation cross-platform cpp cpp14-library

threadit's Introduction

Depends on CallItLater https://github.com/TheFloatingBrain/CallItLater

ThreadIt (Old)

Designed as a cross platform drop in easy to use threading library, mainly an abstraction layer over std::thread and pthread, with attention to the specific requirements of platforms like Google Native Client/UCC.

ThreadIt (Latest)

Designed as a cross platform drop in easy to use threading library, mainly an abstraction layer over std::thread and pthread, with attention to the specific requirements of platforms like Google Native Client/UCC. The later version of ThreadIt is meant to provide additional facilities to make multi - threaded programming easy and as similar to "single threaded" "traditional" programming as possible: making atomics look and act like pointers (atomics are passed to different scopes, they are acquired by dereferencing and released when the particular instance falls from scope), making "atomic pools" (acquire and release a set of variables at the same time to simulate single - threaded programming), and other facilities.

threadit's People

Contributors

thefloatingbrain avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.