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