mardi 6 novembre 2018

Concurrent traversal node

There are a series of nodes that need to be traversed, nodes have priority, and requests are asynchronous. So now it is a traversal one by one, and there is a timeout. If it times out, it will access the next node. Wait until one of the nodes meets the condition before exiting.

This can be achieved, but it can't be done concurrently, and I hope there is a more efficient way.

Aucun commentaire:

Enregistrer un commentaire