Hacker News new | ask | show | jobs
by totony 1118 days ago
Python works around this by having multithreading through multiprocessing and IPC. its made pretty easy to use with the futures builtin module but is finicky/slow/hard to support.