thread-library
There are 34 repositories under thread-library topic.
RaftLib/RaftLib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
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.
effil/effil
Multithreading support for Lua
jwells131313/goethe
Threading and Caching Utilities for golang
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.
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! 🌟
berndporr/cppThread
Generic C++ Thread class (very thin wrapper around std::thread)
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.
bhaargav006/User-Thread-Library
User-level thread library which mimics the interface of the pthread library and runs in user space
zeph7/entice
An Encrypted Chat Application developed in Python using sockets and RSA algorithm
Ethan13310/Thread-Pool-Cpp
C++14 thread pool implementation
ZigRazor/MTL
Multi Thread Library
longht021189/PriorityAsyncTask
Priority Thread
lxsmnsyc/ThreadPoolLite
A library for creating Web Worker pools.
CalvinNeo/Nuke
A Personal C++ Library
milanowicz/php-thread
Control processes in GNU/Linux systems by PHP
mintUI9976/RedEugene
An simple job system based of ScheduledThreadPoolExecutor with none monitoring thread
aliothe/ActiveObject
Active Object implementation in c++ (11)
atanzu/conveyorpp
A simple С++ library for building conveyor-like pipelines
firejq/threadLib
简易的 UNIX 用户级线程库
longlong524/TPSExceutor
One threadpool implements executor that adjust thread num based TPS
rithiksachdeva/Operating-Systems
UC Davis Operating Systems Projects: creating a simple shell to explore UNIX system calls, developing a user-level thread library to grasp thread operations, including creation, execution, context switching, and synchronization, implementing a FAT-based virtual file system software stack, aimed at understanding file system management in software.
RohitSindhu/Uthread-Library
Thread Library which runs in user space
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).
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.
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.
doevelopper/levitics-arkhe-cfs
Core Flight System Software for single board computer.
jabaa/ThreadPool
A C++11 library implementing a thread pool.
JustAnotherSoftwareDeveloper/coms352-threadswitcher
ComS 352: Operating Systems project
realmelan/gtthread
GTThread--a user level thread library
RIscRIpt/win_thread
Implementation of std::thread using WinAPI.
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.
Valkryst/C_PThread
A wrapper which simplifies the creation and destruction of POSIX threads.