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

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.

$ git log --oneline --stat
stars:٢٥٣
forks:٥٠
updated:٥ مايو ٢٠٢٦ في ٠٢:٠٨
SKILL.md
readonly