11 个仓库
Libraries for managing asynchronous and parallel execution.
Explore 11 awesome GitHub repositories matching part of an awesome list · Concurrent Programming. Refine with filters or upvote what's useful.
Actix is a Rust actor framework and concurrent programming toolkit designed for building applications that manage state through an asynchronous messaging system. It provides a model where independent actors serve as autonomous units of state and logic, communicating via strongly typed messages sent to unique addresses. The framework distinguishes itself by isolating state within these actors, allowing internal data to be mutated safely during message handling without the use of locks or mutexes. It employs an asynchronous mailbox system to buffer incoming requests and uses supervision strateg
Offers a toolkit for managing asynchronous and parallel execution by isolating state within actors.
CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom
Provides a comprehensive tutorial on managing threads, synchronization, and lock-free data structures in C++ and Go.
The goal of Ply is to be a very low overhead Task abstraction like it is in C#.
High-performance task computation expressions.
This is a single-file project that implements a computation expression for writing Tasks in F#. It is free and unencumbered software released into the public domain.
Computation expression builder for tasks.
| | main | devel | |:---|:--:|:--:| | NuGet Package | | | | Continuous integration | | |
Interoperability between async workflows and tasks.
This library contains additional computation expressions for the task CE utilizing the Resumable Code introduced in F# 6.0.
Extensions for async workflows and task management.
🪻 A Type-Safe, Purely Functional Effect System for Asynchronous and Concurrent F#
Type-safe concurrent and asynchronous library.
FSharpx.Async is a collection of asynchronous programming utilities for F#.
Utilities for asynchronous programming.
FSharp.Control.AsyncSeq is a collection of asynchronous programming utilities for F#.
Asynchronous sequence support.