Can the subgraphs be executed in parallel?

I hope the subgraphs in Langgraph can be executed in parallel. Is there any way to achieve this?

Hi! LangGraph’s map reduce feature allows running nodes in parallel: How to summarize text through parallelization | 🦜️🔗 LangChain