|
|
|
|
|
by stephc_int13
247 days ago
|
|
I think this is less innovative than it seems. The approach described in this article is to reverse the good old fork/join, but it would only be practical for simple sub tasks or basic CLI tools, not entire programs. In the end, using this style is almost the same as doing fork/join, except the setup is somewhat hidden. |
|
https://github.com/EpicGamesExt/raddebugger/blob/c738768e411...
https://github.com/EpicGamesExt/raddebugger/blob/master/src/...