The community member is using the async version of the SubQuestionQueryEngine and wants to know if it asks questions in parallel or sequentially. A comment suggests that if async=True is set, the engine will collect all the tasks to be run in parallel, but the commenter is not fully sure if it is "pure parallel". The commenter suggests checking the code reference for more details.