non-blocking
There are 361 repositories under non-blocking topic.
eclipse-vertx/vert.x
Vert.x is a tool-kit for building reactive applications on the JVM
panjf2000/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
apple/swift-nio
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
tokio-rs/mio
Metal I/O library for Rust.
marlonrichert/zsh-autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
Zewo/Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Zewo/Venice
Coroutines, structured concurrency and CSP for Swift on macOS and Linux.
azjezz/psl
📚 PHP Standard Library - a modern, consistent, centralized, well-typed, non-blocking set of APIs for PHP programmers
ParallelSSH/parallel-ssh
Asynchronous parallel SSH client library.
beetlex-io/BeetleX
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
lemunozm/message-io
Fast and easy-to-use event-driven network library.
go-cmd/cmd
Non-blocking external commands in Go with streaming output
eclipse-vertx/vertx-sql-client
High performance reactive SQL Client written in Java
mirromutth/r2dbc-mysql
R2DBC MySQL Implementation
polygonplanet/chillout
Reduce CPU usage by non-blocking async loop and psychologically speed up in JavaScript
vapor-community/sockets
🔌 Non-blocking TCP socket layer, with event-driven server and client.
funcool/promesa
A promise library & concurrency toolkit for Clojure and ClojureScript.
slowtec/tokio-modbus
A tokio-based modbus library
amphp/byte-stream
A non-blocking stream abstraction for PHP based on Amp.
contrem/arduino-timer
Non-blocking library for delaying function calls
jandelgado/jled
Non-blocking LED controlling library for Arduino and friends.
skylab-inc/Lightning
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
wanglingsong/JsonSurfer
A streaming JsonPath processor in Java
vert-x3/vertx-lang-kotlin
Vert.x for Kotlin
amphp/socket
Non-blocking socket and TLS functionality for PHP based on Amp.
traneio/future
High-performance Future implementation for the JVM
krishKM/Modern-UI-Components-for-VBA
A helper dll for VBA users to design modern UI components. No install required!
marianobarrios/tls-channel
A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.
khoih-prog/ESP32TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
beetlex-io/BeetleX.Redis
A high-performance async/non-blocking redis client components for dotnet core,default data formater json protobuf and messagepack,support ssl
r2dbc/r2dbc-mssql
R2DBC Driver for Microsoft SQL Server using TDS (Tabular Data Stream) Protocol
davmac314/dasynq
Thread-safe cross-platform event loop library in C++
tinylcy/vino
Vino is a lightweight and efficient web server.
akash-akya/exile
Alternative to ports for running external programs. It provides back-pressure, non-blocking io, and solves port related issues
metosin/pohjavirta
Fast & Non-blocking Clojure wrapper for Undertow
ikilobyte/netman
高性能轻量级TCP、UDP框架、支持TLS、路由、中间件、WebSocket、事件循环(epoll),百万连接(C1000K)