Back to Explore

tbug/asynckit.py

GitHub
1 watchersOpen source

AsyncKit is a small Python micro-toolkit for running off-thread, thread-pooled work and collecting results asynchronously. It provides a Pool to schedule callable tasks that return results via AsyncValue objects, and utilities like AsyncList (to run multiple tasks in parallel) and .get() methods (to wait for completion and retrieve return values or raised exceptions).

A status summary will appear after the next weekly refresh.

AI-generated from public sources. May be inaccurate. Report

Recent updates

No recent updates have been summarized for this source yet.