TaskBuilder.fs
Task builder
A computation expression builder for F# that simplifies writing asynchronous code using Task.
F# computation expression builder for System.Threading.Tasks
236 stars
18 watching
27 forks
Language: F#
last commit: almost 4 years ago
Linked from 1 awesome list
asyncawaitcomputation-expressionsfsharptask
Related projects:
Repository | Description | Stars |
---|---|---|
crowded/ply | A high-performance Task abstraction for F#. | 240 |
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 936 |
fsprojects/fsharp.control.asyncseq | A collection of asynchronous programming utilities for F# | 163 |
kekyo/fsharp.control.fusiontasks | Enables seamless interoperability between F# asynchronous workflows and .NET Task/ValueTask | 160 |
zaaack/foy | A task runner with promise-based tasks and utilities for building and executing scripts. | 268 |
fsprojects/simdarray | A library that provides performance-enhanced array operations using SIMD and parallel processing in F# | 132 |
clin99/cpp-taskflow | A library providing a simple and expressive way to write parallel programs with complex task dependencies. | 6 |
rpominov/fun-task | An abstraction for managing asynchronous code in JavaScript | 373 |
fsprojects/fsharpx.async | Utilities for asynchronous programming in F# | 94 |
rajabishek/begin | A simple web-based task manager built with Vue and Lumen, aimed at showcasing best practices for building full-stack SPA applications. | 75 |
mbraceproject/fspickler | A fast and flexible serialization library for .NET objects. | 327 |
yevhen/nake | A task runner tool for .NET Core that allows developers to write and execute scripts in C# | 235 |
microsoft/fsharplu | A collection of lightweight utilities and wrappers for F# development, covering string manipulation, logging, file operations, security, async processing, and more. | 358 |
kriswallsmith/spork | An experimental library that allows you to run tasks in parallel on multiple processes while maintaining control over the execution of code in both parent and child processes. | 586 |
seng-jik/fsharpplayground | A desktop application for F# programming language with code loading, syntax highlighting, and debugging features. | 14 |