yabs.io

Yet Another Bookmarks Service

Viewing mzimmerm's Bookmarks


[https://en.m.wikipedia.org/wiki/Continuation] - - public:mzimmerm
continuation, good, smalltalk, software, todo - 5 | id:1484905 -

continuation is an abstract representation of the control state of a computer program. A continuation implements (reifies) the program control state, i.e. the continuation is a data structure that represents the computational process at a given point in the process's execution; the created data structure can be accessed by the programming language, instead of being hidden in the runtime environment.

[https://en.m.wikipedia.org/wiki/Coroutine] - - public:mzimmerm
async, concurrent, coroutine, good, iterate, parallel, software, thread, todo - 9 | id:1484904 -

Asynchronous operations are not the same as parallel or concurrent. Asynchronous simply means that we do not want to block our flow of execution(Thread) or wait for the response until certain work is done in full. But the way we implement Asynchronous operations decides whether they are (running) as parallel or concurrent. So parallel and concurrent are two implementations of asynchronicity of tasks.

With marked bookmarks
| (+) | |

Viewing 451 - 500, 50 links out of 1370 links, page: 10


Export:

JSONXMLRSS