Replies: 7 comments 2 replies
-
I've been considering Go's model, but this is not set in stone yet. This is the last big feature that still needs brainstorming and implementation. |
Beta Was this translation helpful? Give feedback.
-
Thanks, good will be see mind map for this solution. |
Beta Was this translation helpful? Give feedback.
-
Just to track, discussion thread: https://discordapp.com/channels/592103645835821068/592106336838352923/679739670321692891 |
Beta Was this translation helpful? Give feedback.
-
See the main GitHub thread about this topic: #1868 and also an overview of the topic: #3814 . |
Beta Was this translation helpful? Give feedback.
-
Go's model isn't appropriate for greater control |
Beta Was this translation helpful? Give feedback.
-
@mobop for "greater control" there'll be |
Beta Was this translation helpful? Give feedback.
-
honesly, golang is great, but i do not know if you add coroutines like goroutines you probably will loose ability build OS and fast (zero overhead) call c api and cgo is realy anoying thinking to overhead, but this is only my opinion.... |
Beta Was this translation helpful? Give feedback.
-
As I know in Golang, we can't control OS threads(only set this number) and Go control routines for us, but how it will work in Vlang? Can we will manually control threads and cause coroutines work in it and how will be share memory, this information so interesting for me and can you create short list with main points of realization it.
Beta Was this translation helpful? Give feedback.
All reactions