A beginner's guide to programming with actors

preview_player
Показать описание
Find out all about the Actor programming model in this great video for beginners.
Subscribe to get alerted to more videos!

00:14 Background
01:31 About the Actor model
02:57 Actors in code using Akka
04:32 Actors in the real world
04:59 Conclusion
Рекомендации по теме
Комментарии
Автор

Very nice! Straight to the point with a solid explanation and examples

ryanhutchison
Автор

This was really a quality content. Hope you make more such videos.

souvikghosh
Автор

Thanks for the content! The code exemple finally made me understand!

caioreis-
Автор

I don't get it, what if multiple clients send "add, getSum" to this Adder actor. How the "sum" could be relied upon if the messages in the Adder are mixed and it will return different "sum" based on the message order?
Or even in this video example, what if the "add" message comes later then "sum" - we will get the origin "sum" amount? This is not a problem?

frantisek_heca
visit shbcf.ru