Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

async-worker-pattern

النجوم٦
التفرعات٥
آخر تحديث٢٤ مارس ٢٠٢٦ في ١٤:٠٤

Implement async worker thread patterns with bounded task queues, admission control, and completion posting. Use when adding blocking I/O operations (DNS, file I/O, network calls) that must not block the main event loop. Covers worker thread design, queue management, completion callbacks, and main-loop integration for event-driven architectures.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
2 ملفات
SKILL.md
readonly