Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 98 forks source link

[FEATURE REQ] Refactor DAG or return Mono in TaskGroup #1277

Closed ChenTanyi closed 3 years ago

ChenTanyi commented 4 years ago

Due to https://github.com/Azure/azure-sdk-for-java/pull/15074, the return order will not be topological order. We need to choose either of it to solve it:

ChenTanyi commented 3 years ago

finished in https://github.com/Azure/azure-sdk-for-java/pull/15212