yissachar / awesome-dart

A curated list of awesome Dart frameworks, libraries, and software
2.36k stars 211 forks source link

Update multithreading packages #114

Closed GlebBatykov closed 2 years ago

GlebBatykov commented 2 years ago

Theater is a package that I wrote because the built-in tools for working with isolates seemed insufficient to me.

I tested Dart on the server side and came to the conclusion that I write some wrappers over isolates every time. During the development process, I looked at other languages with an implemented actor model, at their functionality.

I'm still working on this package, I have ideas what functionality can be implemented in it.