isolate_agents 0.0.6
isolate_agents: ^0.0.6 copied to clipboard
Agents are state that lives on a background isolate.
0.0.6 #
- Switched implementation to use SendPort API instead of completers so that Agents can be sent across Isolates.
0.0.5 #
- Fixes
querycalls where the return types differ from the agent type.
0.0.4 #
- Adds
querymethod.
0.0.3 #
- Makes Agents null-safe.
0.0.2 #
- Updates README.md
- Adds
exit()method.
0.0.1 #
- Initial import.