fn my_thread() {
outln("Hello from thread")
}
fn main() {
co my_thread()
}
Languages with Threads include Python, Java, C++, PL/I, progsbase, Jule, Boron, hoot-smalltalk
Languages without Threads include Speedie
View all concepts with or missing a hasThreads measurement
Read more about Threads on the web: 1.