multi_program_tests
Tyler Goodlet 2018-09-04 22:17:12 -04:00
parent a998a5e415
commit 914d1b67d8
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ generator function running in a separate actor:
Alright, let's get fancy. Alright, let's get fancy.
Say you wanted to spawn two actors which each pulling data feeds from Say you wanted to spawn two actors which each pull data feeds from
two different sources (and wanted this work spread across 2 cpus). two different sources (and wanted this work spread across 2 cpus).
You also want to aggregate these feeds, do some processing on them and then You also want to aggregate these feeds, do some processing on them and then
deliver the final result stream to a client (or in this case parent) actor deliver the final result stream to a client (or in this case parent) actor