Skip to content

Threading practice problems in Python

Difficulty:
Category:
Tag:

Showing 8 of 8

Status Title Difficulty
asyncify: a ParamSpec wrapper that does not block the loop Medium
BoundedBuffer: a blocking queue from one Condition Medium
BoundedCounter: check-then-act under 64 threads Medium
Detecting leaked tasks and forcing a race Medium
Free-Threading: Writing Code That Survives It Hard
map_with_failures: partial success on a thread pool Medium
request_context: an id that survives tasks and threads Medium
run_workers: results, errors and a join deadline Medium