awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rspeele avatar

rspeele/TaskBuilder.fs

0
View on GitHub↗
235 星标·27 分支·F#·CC0-1.0·2 次浏览

TaskBuilder.fs

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.

Features

  • Concurrent Programming - Computation expression builder for tasks.

Star 历史

rspeele/taskbuilder.fs 的 Star 历史图表rspeele/taskbuilder.fs 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

TaskBuilder.fs 的开源替代方案

相似的开源项目,按与 TaskBuilder.fs 的功能重合度排序。
  • balloonwj/cppguideballoonwj 的头像

    balloonwj/CppGuide

    6,030在 GitHub 上查看↗

    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

    在 GitHub 上查看↗6,030
  • actix/actixactix 的头像

    actix/actix

    9,223在 GitHub 上查看↗

    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

    Rustactixactoractor-model
    在 GitHub 上查看↗9,223
  • dbrattli/reactionD

    dbrattli/Reaction

    0在 GitHub 上查看↗

    `fs Fable |> AsyncRx `

    在 GitHub 上查看↗0
  • crowded/plycrowded 的头像

    crowded/ply

    247在 GitHub 上查看↗

    The goal of Ply is to be a very low overhead Task abstraction like it is in C#.

    F#
    在 GitHub 上查看↗247
查看 TaskBuilder.fs 的所有 10 个替代方案→

常见问题解答

rspeele/taskbuilder.fs 是做什么的?

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.

rspeele/taskbuilder.fs 的主要功能有哪些?

rspeele/taskbuilder.fs 的主要功能包括:Concurrent Programming。

rspeele/taskbuilder.fs 有哪些开源替代品?

rspeele/taskbuilder.fs 的开源替代品包括: balloonwj/cppguide — CppGuide is a curated collection of educational resources and practical guides focused on C++ server development,… actix/actix — Actix is a Rust actor framework and concurrent programming toolkit designed for building applications that manage… dbrattli/reaction — ``fs Fable |> AsyncRx ``. fsprojects/fsharp.control.asyncseq — FSharp.Control.AsyncSeq is a collection of asynchronous programming utilities for F#. fsprojects/fsharpx.async — FSharpx.Async is a collection of asynchronous programming utilities for F#. hopac/hopac — Reference — Guide — Docs.