Hello

I'm wondering where the call back function will run in a go block. For 
example, if I use http-kit asynchronous mode, I will register a call back 
function. If I call http/get within a goroutine, will the callback run in 
the same goroutine or an arbitrary thread?

Also, since goroutine can't be blocked, I'm wondering what kinds of tasks 
are good to do in goroutine. http-kit sounds ok since it's non-blocking, 
but how about mongodb, redis operations etc.

Thanks
Gary

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to