libasync
Event loop library
A cross-platform event loop library with features like asynchronous networking, file operations, and concurrency management.
Cross-platform event loop library of asynchronous objects
147 stars
14 watching
30 forks
Language: D
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
enki/libev | A high-performance event loop library with features like fork detection and file system watching. | 1,635 |
wolkykim/libasyncd | An embeddable event-driven asynchronous message server framework for C/C++ | 174 |
mitchellh/libxev | A high-performance event loop library with cross-platform support and abstractions for non-blocking IO, timers, events, and more. | 2,141 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
scala-native/scala-native-loop | An asynchronous I/O and event loop solution for Scala Native | 54 |
lemunozm/message-io | An event-driven network library providing a simple API to handle connections, messages, and errors in a scalable and easy-to-use manner. | 1,122 |
cheng-zhongliang/event | A high-performance network I/O event notification library for Go | 153 |
reugn/async | A collection of concurrent and asynchronous data structures and utilities for efficient programming in Go. | 224 |
ocsigen/lwt | Concurrent programming library for OCaml | 715 |
thomaslevesque/aspnetcore.asyncinitialization | A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |
etcimon/memutils | A set of tools and data structures to manage memory and objects in D programming language | 42 |
tidwall/neco | A C concurrency library providing coroutines and synchronization primitives. | 1,138 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |