Skip to content

Blog

Show HN: Asyncpal: Preemptive concurrency and parallelism for sporadic workloads

  • by

Hi HN ! Alex here. I'm excited to show you Asyncpal (https://github.com/pyrustic/asyncpal), a Python library for parallelism [1] and preemptive concurrency [2] tailored for sporadic workloads [3]. I've been working on a private project where it would be convenient to have asynchronous versions of some operations without using `async/await` [4]. Besides `async/await`, which represents cooperative… Read More »Show HN: Asyncpal: Preemptive concurrency and parallelism for sporadic workloads