|
|
|
|
|
by stcredzero
3544 days ago
|
|
Smalltalk has had that since the early 1980s That really depends on which Smalltalk you're talking about, I think. Various implementations really had different concurrency models. Some implementations used native OS threads. Others ran synchronously "inside the image" but spawned threads to interact with the OS. |
|