#
threads
Here are 967 public repositories matching this topic...
A hybrid thread / fiber task scheduler written in C++ 11
scheduler
fibers
tasks
task-runner
thread-pool
task-scheduler
threads
coroutine-library
coroutine
fiber-task-scheduler
-
Updated
Jun 3, 2021 - C++
-
Updated
Feb 14, 2019 - Java
react
typescript
react-native
js
native
multiprocessing
thread
multithreading
threading
threads
jsi
worklet
-
Updated
Jun 1, 2021 - C++
100% Vanilla Javascript Multithreading & Parallel Execution Library
nodejs
javascript
multi-threading
react-native
worker
thread
concurrency
parallel
parallel-computing
web-worker
multithreading
parallelism
thread-pool
concurrent
threads
parallel-processing
isomorphic-javascript
transferable-objects
javascript-multithreading
web-workers
-
Updated
Jun 9, 2021 - JavaScript
Thread pool implementation using c++11 threads
-
Updated
Oct 13, 2020 - C++
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.
socket
cross-platform
ipv6
ipv4
posix
hash-functions
bsd
tree-structure
profiling
mutex
platform-independent
threads
aix
hp-ux
openvms
ini-parser
shared-libraries
thread-library
qnx
-
Updated
Dec 21, 2020 - C
Starter Kit for Node.js v14.x, minimum dependencies 🚀
-
Updated
Jun 1, 2021 - JavaScript
Ridiculously simple flow controller for building complex pipelines
-
Updated
Jun 1, 2021 - Python
The first Java Actor System supporting fibers from Project Loom
java
actor-model
fibers
multithreading
actor
threads
fiber
green-threads
actor-system
loom
java-actor
thread-confinement
-
Updated
Apr 28, 2021 - Java
An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
-
Updated
May 27, 2021 - JavaScript
Metarhia application example for Node.js
nodejs
api
cloud
node
server
cluster
project
metarhia
sandboxing
starter-kit
threads
isolation
metaserverless
-
Updated
Jun 8, 2021 - JavaScript
Continuation-Passing Style for Nim 🔗
-
Updated
Jun 18, 2021 - Nim
A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.
-
Updated
Aug 26, 2019 - C
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
c
hashing
redis
list
async
cluster
distributed
hashmap
thread-pool
epoll
distributed-hash-table
threads
key-value-database
epoll-server
epoll-tcp-server
key-value-store
-
Updated
Jun 3, 2018 - C
Easy-to-use threading library providing all basic features to perform work in background mode (with simulation mode).
-
Updated
Feb 4, 2019 - PHP
Open
Message inspection
GregUtas
commented
Nov 5, 2017
Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message
- belongs to a valid protocol
- matches its PSM's protocol (if sent by a PSM)
- has a valid signal for its protocol
- contains all parameters that are mandatory for its signal
- contains
Chat/Message system for Laravel.
-
Updated
Mar 4, 2018 - PHP
Web Locks API 🔒
nodejs
synchronization
async
parallel
lock
deadlock
multithreading
locks
locking
semaphore
await
mutex
threads
shared-memory
synchronize
race-detection
atomics
sharedarraybuffer
data-race
web-locks
-
Updated
Jun 11, 2021 - JavaScript
C++ utility class to perform callbacks into JavaScript from any thread
-
Updated
Aug 27, 2018 - C++
C++20 thread confinement and dependency injection framework.
cmake
dependency-injection
boost
coroutines
realtime
beast
thread-safety
threads
event-loops
cpp20
boost-beast
thread-confinement
cpp20-library
memory-allocators
-
Updated
May 6, 2021 - C++
Additions to C functional. (Containers, strings operations, memory operations, sockets, threads, etc...)
c
socket
list
cryptography
encryption
dictionary
buffer
array
bytes
lib
hash
linkedlist
decryption
ray
pray
navive
winapi-posix
std
threads
-
Updated
Jan 26, 2017 - C
A playground for run-time iOS app inspection
swift
ios
objective-c
jailbreak
ptrace
lldb
frida
threads
jailbreak-detection
swizzle
debugger-challenge
bypass-ptrace
-
Updated
Mar 24, 2021 - Swift
Scalable multi-thread multi-process containers for Ruby.
-
Updated
May 8, 2021 - Ruby
Textile's JavaScript Libs. Home of ThreadDB, Buckets, and more. Available on npm as `@textile/hub`.
-
Updated
Jun 18, 2021 - TypeScript
Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling and more.
chat
inbox
pusher
laravel
groups
video
discord
socket-io
messenger
friends
messages
threads
calling
calls
realtime-chat
-
Updated
Jun 18, 2021 - PHP
Improve this page
Add a description, image, and links to the threads topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the threads topic, visit your repo's landing page and select "manage topics."


In the following file we have already ported some tests from Go to Rust:
https://github.com/crossbeam-rs/crossbeam-channel/blob/master/tests/golang.rs
The idea is to blindly port all the tests for Go channels line by line, which will give us additional confidence in the correctness of crossbeam-channel.
In the test file, you can find stubs with links to the original tests written in Go and