rkaehn
No user record in our sample, but rkaehn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
- Show HN: Async tasks in 350 lines of C (github.com)
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…