On Wed, 2019-11-13 at 05:14 -0800, Serge Hulne wrote: > Does anybody know if Rust threads are lightweight processes like Go > goroutines or if they rely on system threads (i.e. more like the Python > approach) ?
Rust std::thread is all about OS threads. There are many crates dealing with threadpools, work-stealing, etc. e.g Rayon. -- Russel. =========================================== Dr Russel Winder t: +44 20 7585 2200 41 Buckmaster Road m: +44 7770 465 077 London SW11 1EN, UK w: www.russel.org.uk -- 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/75c2d782386201aed8ba72c89daf88f23f8c8a59.camel%40winder.org.uk.
signature.asc
Description: This is a digitally signed message part