spork
Task runner
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.
Experimental library for forking PHP
586 stars
34 watching
52 forks
Language: PHP
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zaaack/foy | A task runner with promise-based tasks and utilities for building and executing scripts. | 268 |
hyperf/gotask | A service that offloads heavy-duty operations to a separate process using bi-directional IPC. | 227 |
vladimirmarkelov/haku | A command runner inspired by make that allows users to write cross-platform task files with limited built-in commands and attributes. | 36 |
egoist/maid | A tool that automates repetitive tasks by defining and running tasks in Markdown files using specific syntax. | 2,021 |
yevhen/nake | A task runner tool for .NET Core that allows developers to write and execute scripts in C# | 235 |
earthboundkid/flowmatic | A library that provides an easy-to-use API for managing concurrent tasks and propagating errors | 368 |
joerdav/xc | Solves the problem of scripts and documentation being separate entities, by defining them inline with the documentation in a human-readable format | 1,198 |
pypyr/pypyr | A tool to automate repetitive tasks in software development pipelines | 590 |
pydoit/doit | An automation tool that enables efficient task management and execution of complex workflows | 1,871 |
go-godo/godo | A task runner and file watcher for Go that automates repetitive development tasks | 536 |
albertodebortoli/promis | A framework for working with asynchronous tasks in Swift using futures and promises. | 108 |
capistrano/sshkit | A tool for running commands on servers in a structured way | 1,157 |
gulien/orbit | A task runner for executing commands and generating files from templates on multiple platforms. | 183 |
rxswiftcommunity/rxtask | A command-line task runner implemented using RxSwift | 15 |
marghidanu/werk | A task runner that automates and executes complex workflows with support for parallel jobs, Docker, and real-time output. | 27 |