How many goroutines are in a thread?



How many goroutines are in a thread?..

Answer / Manraj Singh Gaur

A Go runtime scheduler manages Goroutines, and they can run on the same or different OS threads. The number of Goroutines in a thread is not fixed; the Go runtime may schedule multiple Goroutines to execute on a single thread if possible.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

Are threads faster than processes?

1 Answers  


Can threading damage skin?

1 Answers  


Why is threading bad for you?

1 Answers  


what do you mean LD_LIBRARY_PATH? What LD_LIBRARY_PATH does

2 Answers   CTS, VIT University,


What is a thread os?

1 Answers  


Which way of creating thread is better?

1 Answers  


Are threads as good as cores?

1 Answers  


what is the scope and packages being offered after the linux course completion,i'm really waitin for the answer?

2 Answers  


is there a command line shortcut to the login directory

1 Answers   IBM,


What is the difference between user level thread and kernel level thread?

1 Answers  


What is hyperthreading good for?

1 Answers  


What are the advantages of threads over processes?

1 Answers  


Categories