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

async-await-null-race-condition

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

Fix "Null check operator used on a null value" errors when an object is set to null during an async await. Use when: (1) Object reference is nullified while awaiting, (2) Code accesses object with ! after await returns, (3) Cancel/dispose operations run concurrently with async operations on same object. Solution: capture local reference before await.

التثبيت

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

SKILL.md
readonly