logo

Show HN: Pending – a tiny pure-Go in-memory deferred task scheduler

Posted by kahoonster |2 hours ago |1 comments

kahoonster 2 hours ago

What it does:

schedule deferred tasks by ID debounce by rescheduling the same ID cancel by ID graceful shutdown with context concurrency limits with block/drop strategies zero external dependencies (stdlib only) This is intentionally not a cron replacement. It’s focused on in-memory deferred actions (timeouts, delayed retries, debounced events, state-based delays).

I’d really appreciate feedback on API shape and concurrency semantics.