Topic: "thread-library"
RaftLib/RaftLib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
Language: C++ - Size: 23.6 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 950 - Forks: 125

saprykin/plibsys
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
Language: C - Size: 7.95 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 691 - Forks: 76

effil/effil
Multithreading support for Lua
Language: C++ - Size: 375 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 439 - Forks: 47

jwells131313/goethe
Threading and Caching Utilities for golang
Language: Go - Size: 415 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 31 - Forks: 6

shailshouryya/save-thread-result
Simple subclass wrapper around `threading.Thread` to get the return value from a thread in python. Exact same interface as `threading.Thread`! 🌟 Star this repo if you found it useful! 🌟
Language: Python - Size: 317 KB - Last synced at: 25 days ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 3

leosocy/SmartThreadPool
A smart C++11 thread pool. Efficiently schedule your threads using "Classify Thread Pool", "Priority Task Queue". And also provide "Self-Adaption Pool Capacity" policy, "State Monitor" of tasks and workers function.
Language: C++ - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 17 - Forks: 7

berndporr/cppThread
Generic C++ Thread class (very thin wrapper around std::thread)
Language: C++ - Size: 24.4 KB - Last synced at: 1 day ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 6

zeph7/entice
An Encrypted Chat Application developed in Python using sockets and RSA algorithm
Language: Python - Size: 119 KB - Last synced at: 9 months ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 2

ZigRazor/MTL
Multi Thread Library
Language: C++ - Size: 814 KB - Last synced at: 20 days ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 3

asad82/User-Level-Thread-Library
The program implements a user level thread library for Linux in C with pre-emption, locks, conditions, semaphores, scheduler, timers, multi-level priority queue ensuring synchronization in real world programs besides several other features making it a complete autonomous library for thread creation and management. Sample test programs utilizing the thread library are also included with the design document and code.
Language: C - Size: 635 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 4

bhaargav006/User-Thread-Library
User-level thread library which mimics the interface of the ​pthread​ library and runs in user space
Language: C++ - Size: 393 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 4

Ethan13310/Thread-Pool-Cpp
C++14 thread pool implementation
Language: C++ - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

CalvinNeo/Nuke
A Personal C++ Library
Language: C++ - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

lxsmnsyc/ThreadPoolLite
A library for creating Web Worker pools.
Language: JavaScript - Size: 35.2 KB - Last synced at: 8 days ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 2

longht021189/PriorityAsyncTask 📦
Priority Thread
Language: Java - Size: 171 KB - Last synced at: 12 months ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 0

milanowicz/php-thread
Control processes in GNU/Linux systems by PHP
Language: PHP - Size: 444 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

mintUI9976/RedEugene
An simple job system based of ScheduledThreadPoolExecutor with none monitoring thread
Language: Java - Size: 404 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

shailshouryya/log-everywhere
Logging package to enable writing the corresponding datetime and thread on which every logged event happenes to multiple, DIFFERENT files safely when running multiple threads (multi-threading with python standard library's `threading` package).
Language: Python - Size: 121 KB - Last synced at: 16 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

atanzu/conveyorpp
A simple С++ library for building conveyor-like pipelines
Language: C++ - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

aliothe/ActiveObject
Active Object implementation in c++ (11)
Language: C++ - Size: 74.2 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

longlong524/TPSExceutor
One threadpool implements executor that adjust thread num based TPS
Language: Java - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

firejq/threadLib
简易的 UNIX 用户级线程库
Language: C++ - Size: 57.6 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

ronaessi-28/Multithreaded-End-to-End-Encrypted-Cryptography-Based-Real-Time-Chat
This is an encrypted chat application to make 2 clients offline chatting possible via LAN or Wifi hotspot, thought a connection with a system that is made as a server. The server is unable to decypher the chat texts among the 2 clients. It is developed by the use of Socket Programming in Python and the encryption is done using RSA Algorithm.
Language: Python - Size: 151 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

shiva1221/-Multithreaded-end-to-end-encrypted-cryptography-based-real-time-chat.
This is an encrypted chat application to make 2 clients offline chatting possible via LAN or Wifi hotspot, thought a connection with a system that is made as a server. The server is unable to decypher the chat texts among the 2 clients. It is developed by the use of Socket Programming in Python and the encryption is done using RSA Algorithm.
Language: Python - Size: 12.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Valkryst/C_PThread
A wrapper which simplifies the creation and destruction of POSIX threads.
Language: C - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

andywu0408/User-level-thread-library-in-C
Implementation of the built-in thread library for C language, including support for Semaphore API and TPS API.
Language: C - Size: 75.2 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jabaa/ThreadPool
A C++11 library implementing a thread pool.
Language: C++ - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

doevelopper/levitics-arkhe-cfs Fork of Levitics/levitics-arkhe-cfs
Core Flight System Software for single board computer.
Size: 1.29 MB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

RIscRIpt/win_thread 📦
Implementation of std::thread using WinAPI.
Language: C++ - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

JustAnotherSoftwareDeveloper/coms352-threadswitcher
ComS 352: Operating Systems project
Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

realmelan/gtthread Fork of LancelotGT/gtthread
GTThread--a user level thread library
Language: C - Size: 172 KB - Last synced at: over 1 year ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0
