1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

roadmap: update

This commit is contained in:
Alexander Medvednikov 2020-11-17 10:02:44 +01:00 committed by GitHub
parent dbdcef5166
commit ed2d62b8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,13 @@
- coroutines
+ channels
+ lock{}
- thread safe arrays/maps
+ thread safe arrays
- thread safe maps
- C2V translator
- doom.v
- rune type, replace `ustring` with `[]rune`, fix `byte.str()`
- maps with non-string keys
- iOS/Android support
+ iOS/Android support
- parallel parser (and maybe checker/gen?)
- `recover()` from panics
- IO streams