mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
io::read_fully now handles unbounded streams properly
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
- `String.replace` no longer depends on `String.split`.
|
||||
- Fix the case where `\u<unicode char>` could crash the compiler on some platforms.
|
||||
- Designated initialization with ranges would not error on overflow by 1.
|
||||
- `io::read_fully` now handles unbounded streams properly.
|
||||
|
||||
### Stdlib changes
|
||||
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.
|
||||
|
||||
Reference in New Issue
Block a user