sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 156 forks source link

How main progress know some concurrency is finished, to collect its resources? #219

Open xiang84 opened 1 year ago

xiang84 commented 1 year ago

I tried hclose in concurrency, but something error. The resource not collected. So I think need to do this in main progress. Is there any suggestion how main progress know concurrency finished?