nowfound

Alternatives

Products that do what Async tasks in 350 lines of C does

Tasks are a primitive for asynchronous programming and an alternative to working with threads directly. Instead of creating a thread, performing work, then waiting on it using synchronization primitives, you only define a unit of work and let a scheduler decide when and where to execute it. The threads that the scheduler uses are created once and reused for many tasks throughout the program's lifetime. In most cases, creating and executing a task requires not even a single syscall and is a significantly faster operation than creating a thread, resulting in lower latency. Furthermore, tasks…

  1. 1

    Scheduling app with pre-qualification and call automation

    2020

  2. 2

    Make decisions without having meetings

    2021

  3. 3
    SyncTasks223

    A minimalist to-do app for iOS

    2025

  4. 4

    Async operating system for remote work

    2021

  5. 5NC

    Hello, Some time ago I did a data logger for fun, just to check if I could beat the performance of an old C++ project of mine (mini-async-log) and to avoid letting my multithreading-C skills rust when on a non-programming gig (using Yocto/OE, very little programming). This project is a BSD licensed, producer-wait-free (when using thread-local storage) generic message logger with high performance, decent test coverage, and type-safe C strings (requires C11 or C++ compiler). It was a shame to let this project to die unknown, as I think that it has potential to be used on some niches as…

    2019

  6. 6

    Free Collaborative To-Do List and Workspace for Remote Teams

    2017

  7. 7

    Async video meetings for teams

    2020

  8. 8
    Threads138

    Share, discuss, and make decisions—no matter where you are.

    2020

  9. 9

    Your smart todo list. Add tasks in one line from everywhere.

    2018

  10. 10

    Todo list to track your time & help set meaningful deadlines

    2017

  11. 11UC
  12. 12
    Syncify88

    Reduce time spent in meetings

    2022

  13. 13

    Make serverless endpoints in seconds. All you need is code.

    2017

  14. 14
    Week 4.0116

    New way to plan your schedule

    2023

  15. 15

    A terminal/IDE-inspired task manager that keeps you in flow

    Apr 2026

  16. 16TE

    This project launches multiple independent programs into a single shared virtual address space, while still behaving like separate processes (independent binaries, globals, and lifetimes). When threadprocs share their address space, pointers are valid across them with no code changes for well-behaved Linux binaries. Unlike threads, each threadproc is a standalone and semi-isolated process. Unlike dlopen-based plugin systems, threadprocs run traditional executables with a `main()` function. Unlike POSIX processes, pointers remain valid across threadprocs because they share the same address…

    Mar 2026 · github.com

  17. 17

    To-do list, inspired by priority queue data structure

    2016

  18. 18

    Short video recordings for async collaboration

    2021

  19. 19

    Tasks and Schedule - swipeable, glanceable and dealwithable

    2022

  20. 20

    Manage tasks, projects & time from command line.

    2015

  21. 21PP
  22. 22

    Agent-first task management for more agentic productivity

    11d ago · taskshell.app

  23. 23YO

    2017 · github.com

  24. 24WA

    After living in multiple countries around the world and working remotely, I discovered that the best working cultures are asynchronous ones. An asynchronous working culture is a model where team members collaborate and complete tasks on their own schedules, without needing to be online at the same time or respond instantly. This means employees can work when and where they please for maximum productivity, often times companies who have succesfully implemented async communication have teams with employees across the globe. I created a job board dedicated to curating these types of jobs…

    Jul 2026 · workingasync.io

Ranked by how close each launch is in meaning, then by votes. Refine with a description →