mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 09:23:29 +02:00
095_quiz_async: Add missing Bug 4
This commit is contained in:
@@ -97,9 +97,8 @@ pub fn main(init: std.process.Init) !void {
|
||||
// there's no more data coming.
|
||||
queue.close(io);
|
||||
|
||||
// Wait for the collector to drain the remaining queue.
|
||||
_ = collector_future.await(io);
|
||||
// _ = collector_future.???(io);
|
||||
// Bug 4: How do we wait for the collector to drain the remaining queue?
|
||||
_ = collector_future.???(io);
|
||||
|
||||
// Now write the garden report. This is critical — it must
|
||||
// NOT be interrupted, even if something tries to cancel us!
|
||||
|
||||
Reference in New Issue
Block a user