Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

0.1.10: Ditch async

Latest
Compare
Choose a tag to compare
@soyflourbread soyflourbread released this 28 Aug 14:40

Asynchronous programming does not work if your workload is CPU-intensive.
Spawning threads manually provides predictable latency.