ylliX - Online Advertising Network

လျှပ်စစ်ဓါတ်အား ထုတ်လုပ်ပေးတဲ့ ကမ္ဘာ့အကြီးဆုံး Wind Turbine ကို တည်ဆောက်လိုက်တဲ့ တရုတ် – MyTech Myanmar

Skip to content တရုတ်ရဲ့ Sany Renewable Energy က Jilin ပြည်နယ်မှာ ကမ္ဘာ့ အကြီးဆုံး Wind Turbine ကို တည်ဆောက်လိုက်ပါတယ်။ 15MW SI-270150 Turbine မှာ ဘောလုံးကွင်း တစ်ကွင်းစာလောက်ရှိတဲ့ ၁၃၁ မီတာ အရှည်ရှိတဲ့ ဒလက်တွေ တပ်ဆင်ထားပါတယ်။ Wind Turbine ရဲ့ ဧရိယာဟာ ၅၇,၂၅၆ စတုရန်းမီတာ ရှိပြီး ဘောလုံးကွင်း ၁၁ ကွင်းစာလောက် ရှိပါတယ်။ အဲဒီ Wind Turbine ဟာ နှစ်စဉ် နေအိမ် ၁၆၀,၀၀၀ အတွက် လုံလောက်တဲ့ လျှပ်စစ် ဓါတ်အား ထုတ်လုပ်ပေးနိုင်ပြီး သက်တမ်း ၂၅ နှစ်ကနေ ၃၀ နှစ်အထိ […]

Flow testing with Turbine

Posted by Jake Wharton on June 21, 2023 Say hello to Turbine 1.0, our library for testing kotlinx.coroutines Flow and more. Turbine changes push-based Flows into pull-based suspend functions to simplify testing. mealsFlow.test { assertEquals(Meal.Breakfast, awaitItem()) assertEquals(Meal.Lunch, awaitItem()) assertEquals(Meal.Dinner, awaitItem()) awaitComplete() } Each awaitItem() or awaitComplete() call suspends until the desired event arrives. If a different […]