I need to make thread A wait until thread B finish...
# announcements
g
I need to make thread A wait until thread B finishes something. This is for unit tests, so I don’t care too much and don’t want to add a big concurrency library. Does anyone have any suggestion?