• danhab99@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    I’ve always hated object oriented multi threading. Goroutines (green threads) are just the best way 90% of the time. If I need to control where threads go I’ll write it in rust.