4 lines
149 B
Text
4 lines
149 B
Text
|
|
fcn{println("Enjoy")}.launch(); // thread
|
||
|
|
fcn{println("Rosetta")}.strand(); // co-op thread
|
||
|
|
fcn{println("Code")}.future(); // another thread type
|