Hey,

I have few time sensitive functions that are being executed from multiples 
goroutines. I'm trying to minimize latency, or make the latency more 
consistent. (Not using RT kernel and no lock contention)

I'm wondering if scheduler can switch context in the middle of a running 
function (no blocking calls or mutex locks, etc.)? If there's a possibility 
that scheduler will context switch in middle of a function, can we tell 
scheduler to prioritize this function? Any go -directives? or by using 
runtime private methods?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/7b1b0c66-be84-4809-a8a9-76e3b56176fcn%40googlegroups.com.

Reply via email to