How is this related to the "future"
=========
The "promise" also offers combination of async=parallel ( "all()" ) &
sync=waited ("then()") execution, for instance :

Promise.all([async_func1(),..async_funcN(),..]).then(sync_func1()).then(sync_func2))...

"async_funcX()" run in parallel (on different cores etc) and
"sync_func1()" will run once all of "async_funcX()"  finish.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to