roadmap: update
parent
dbdcef5166
commit
ed2d62b8e7
|
@ -5,12 +5,13 @@
|
||||||
- coroutines
|
- coroutines
|
||||||
+ channels
|
+ channels
|
||||||
+ lock{}
|
+ lock{}
|
||||||
- thread safe arrays/maps
|
+ thread safe arrays
|
||||||
|
- thread safe maps
|
||||||
- C2V translator
|
- C2V translator
|
||||||
- doom.v
|
- doom.v
|
||||||
- rune type, replace `ustring` with `[]rune`, fix `byte.str()`
|
- rune type, replace `ustring` with `[]rune`, fix `byte.str()`
|
||||||
- maps with non-string keys
|
- maps with non-string keys
|
||||||
- iOS/Android support
|
+ iOS/Android support
|
||||||
- parallel parser (and maybe checker/gen?)
|
- parallel parser (and maybe checker/gen?)
|
||||||
- `recover()` from panics
|
- `recover()` from panics
|
||||||
- IO streams
|
- IO streams
|
||||||
|
|
Loading…
Reference in New Issue