You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: "سلسل العمليات غير المتزامنة دون حجب باستخدام CompletableFuture."
explanation: "تُتيح CompletableFuture خطوط معالجة غير متزامنة غير محجوبة. سلسل العمليات بـ thenApply و thenCompose و thenAccept. عالج الأخطاء بـ exceptionally(). اجمع عدة مستقبلات بـ allOf/anyOf."
whyModernWins:
- icon: "🔗"
title: "قابل للتسلسل"
desc: "اجمع الخطوات غير المتزامنة في خط معالجة مقروء."
- icon: "🚫"
title: "غير محجوب"
desc: "لا يجلس خيط في انتظار النتائج بلا عمل."
- icon: "🛡️"
title: "معالجة الأخطاء"
desc: "exceptionally() و handle() لاسترداد الأخطاء بشكل نظيف."
support:
description: "متاح على نطاق واسع منذ JDK 8 (مارس 2014)"