|
|
|
|
|
by mjburgess
1537 days ago
|
|
Isn't structured conc. about using scopes (, syntax) to provide concurrency "control flow"? If so, then it does solve the color problem. The alternative to structural (ie., scopy-syntaxy) flow primatives, is to reuse existing control flow primtives (ie., function calls) and just layer on coloring. By declining to reuse functions this way, you are dropping the need for color. |
|