## [Version 0.4] - [ ] [coroutines](https://github.com/vlang/v/discussions/11582) - [ ] [thread safe maps](https://github.com/vlang/v/discussions/11729) - [ ] parallel parser - [ ] parallel checker - [ ] parallel C compilation - [ ] `recover()` from panics - [ ] vfmt: fix common errors automatically (make vars mutable and vice versa, add missing imports) - [ ] merge v.c and v_win.c - [ ] Recursive structs via optionals: `struct Node { next ?Node }` - [ ] Remove `foo = 0` for `&Foo` - [ ] Handle function pointers safely, remove `if function == 0 {` - [ ] Bundle openssl like GC