| author | |
| committer | |
| log | e8907f9e9ccf4baf661d1b0ab45157a9940e70e3 |
| tree | 104e6e8a348110c3358ef80e5a55f422483e3b89 |
| parent | d77f5e7aaa94b66db4e3604f21c41b315743fb81 |
1 files changed, 1 insertions(+), 4 deletions(-)
lib/std/Progress.zig+1-4| ... | ... | @@ -1,7 +1,4 @@ |
| 1 | //! This API is non-allocating, non-fallible, and thread-safe. | |
| 2 | //! | |
| 3 | //! The tradeoff is that users of this API must provide the storage | |
| 4 | //! for each `Progress.Node`. | |
| 1 | //! This API is non-allocating, non-fallible, thread-safe, and lock-free. | |
| 5 | 2 | |
| 6 | 3 | const std = @import("std"); |
| 7 | 4 | const builtin = @import("builtin"); |