#
threads
Here are 1,189 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
Mar 2, 2022 - C++
react
typescript
react-native
js
native
multiprocessing
thread
multithreading
threading
threads
jsi
worklet
-
Updated
Feb 2, 2022 - C++
-
Updated
Feb 14, 2019 - Java
Thread pool implementation using c++11 threads
-
Updated
Aug 14, 2021 - C++
100% Vanilla Javascript Multithreading & Parallel Execution Library
nodejs
javascript
multi-threading
react-native
serverless
worker
thread
concurrency
parallel
web-worker
multithreading
parallelism
thread-pool
concurrent
threads
parallel-processing
isomorphic-javascript
transferable-objects
javascript-multithreading
web-workers
-
Updated
Mar 2, 2022 - JavaScript
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
Sep 8, 2021 - JavaScript
Easy c̵̰͠r̵̛̠ö̴̪s̶̩̒s̵̭̀-t̶̲͝h̶̯̚r̵̺͐e̷̖̽ḁ̴̍d̶̖̔ ȓ̵͙ė̶͎ḟ̴͙e̸̖͛r̶̖͗ë̶̱́ṉ̵̒ĉ̷̥e̷͚̍ s̷̹͌h̷̲̉a̵̭͋r̷̫̊ḭ̵̊n̷̬͂g̵̦̃ f̶̻̊ơ̵̜ṟ̸̈́ R̵̞̋ù̵̺s̷̖̅ţ̸͗!̸̼͋
-
Updated
Apr 18, 2022 - Rust
Ridiculously simple flow controller for building complex pipelines
-
Updated
Sep 13, 2021 - Python
An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
-
Updated
Dec 17, 2021 - JavaScript
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, chat bots, and more!
chat
inbox
pusher
laravel
groups
video
discord
socket-io
messenger
friends
messages
chat-bot
threads
calling
calls
realtime-chat
-
Updated
Feb 27, 2022 - PHP
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
Mar 6, 2022 - Java
disruptek
commented
Jul 9, 2021
In #193 we hid these so as not to annoy anyone. We should track them down and see if we cannot avoid them outright, and if not, why that is.
enhancement
New feature or request
good first issue
Good for newcomers
release
cut a new release upon merge
refactoring
the noblest of deeds
Metarhia application example for Node.js
nodejs
api
cloud
node
server
cluster
project
metarhia
sandboxing
starter-kit
threads
isolation
metaserverless
-
Updated
Apr 3, 2022 - JavaScript
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
A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.
-
Updated
Aug 26, 2019 - C
Goroutine analogue for Node.js, spreads I/O-bound routine calls to utilize thread pool (worker_threads) using balancer with event loop utilization. 🌱
-
Updated
Apr 1, 2022 - JavaScript
Textile's JavaScript Libs. Home of ThreadDB, Buckets, and more. Available on npm as `@textile/hub`.
-
Updated
Apr 13, 2022 - TypeScript
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
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
Easy-to-use threading library providing all basic features to perform work in background mode (with simulation mode).
-
Updated
Feb 4, 2019 - PHP
Chat/Message system for Laravel.
-
Updated
Mar 4, 2018 - PHP
A modern thread pool implementation based on C++20
c-plus-plus
cplusplus
cpp
high-performance
modern-cpp
concurrency
threading
thread-pool
threads
threadpool
cpp20
cpp20-library
-
Updated
Feb 27, 2022 - C++
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
Apr 7, 2022 - JavaScript
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
Dec 28, 2021 - C++
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