| ... | ... | @@ -4,7 +4,7 @@ const assert = std.debug.assert; |
| 4 | 4 | const testing = std.testing; |
| 5 | 5 | const Lock = std.event.Lock; |
| 6 | 6 | |
| 7 | | /// This is a value that starts out unavailable, until resolve() is called |
| 7 | /// This is a value that starts out unavailable, until resolve() is called. |
| 8 | 8 | /// While it is unavailable, functions suspend when they try to get() it, |
| 9 | 9 | /// and then are resumed when resolve() is called. |
| 10 | 10 | /// At this point the value remains forever available, and another resolve() is not allowed. |