https://github.com/seungyongshim/poc-proto-actor-lifecycle
https://github.com/seungyongshim/poc-proto-actor-lifecycle
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seungyongshim/poc-proto-actor-lifecycle
- Owner: seungyongshim
- License: gpl-3.0
- Created: 2022-12-04T03:29:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T21:05:49.000Z (over 2 years ago)
- Last Synced: 2025-02-03T08:38:33.198Z (8 months ago)
- Language: C#
- Size: 168 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
## Understanding Disposable MSDI
* https://stevetalkscode.co.uk/disposables-in-di-part-1
* https://stevetalkscode.co.uk/disposables-in-di-part-2
* https://stevetalkscode.co.uk/disposables-in-di-part-3## Akka.net
* https://getakka.net/articles/actors/dependency-injection.html## 일반 actor의 수명주기
* https://proto.actor/docs/life-cycle/
## virtual actor의 수명주기
