Avatar
確かに、簡単に複数同時に走らせる方法はほしいね。
3:16 AM
↓の場合、 ab は独立だから、並列して走ってもいいんだけど let a = await foo.a() let b = await bar.b() let sum = a + b (edited)