You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the question
I don't understand why my main is still taking 20-30s, even though I join() outside the while loop. Does anyone know what is wrong with my code? Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I think there is no need to make cf using the supplyAsync and thenCombine. You can just make a cf when you run BusSg.findBusServicesBetween(srcId, searchString).
Description
Describe the question
I don't understand why my main is still taking 20-30s, even though I join() outside the while loop. Does anyone know what is wrong with my code? Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: