Skip to content
#

task-distribution

Here are 5 public repositories matching this topic...

Language: All
Filter by language

This project implements a worker pool paradigm using processes and pipes for inter-process communication and incorporates RPC functionality. The parent process distributes tasks to child processes, which execute them and respond with results. It ensures proper synchronization using semaphores and supports a graceful shutdown on termination.

  • Updated Sep 4, 2025
  • C

🧠 Claude Collective Intelligence: AI Agent Swarm Framework | Transform isolated Claude Code sessions into collaborative AI collectives | 8 mechanisms: Brainstorming, Voting, Rewards, Penalties, Mentorship, Battle, Leaderboard, Orchestrator | MCP Server

  • Updated Dec 7, 2025
  • JavaScript

Celery is an open-source distributed task queue that helps you handle asynchronous tasks and job queues with ease. Designed for real-time processing, it integrates seamlessly with your Python applications to offload long-running or resource-intensive tasks. 🐍⚙️

  • Updated Feb 8, 2025

Improve this page

Add a description, image, and links to the task-distribution topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the task-distribution topic, visit your repo's landing page and select "manage topics."

Learn more