An open API service indexing awesome lists of open source software.

https://github.com/seungyongshim/poc-proto-actor-lifecycle


https://github.com/seungyongshim/poc-proto-actor-lifecycle

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

![CI](../../workflows/CI/badge.svg) ![Cov](../gh-pages/docs/badge_linecoverage.svg)

## 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/

![image](https://user-images.githubusercontent.com/6711748/205475574-0a131d37-f378-4fbd-aab0-f6e28b217d76.png)

## virtual actor의 수명주기

![image](https://user-images.githubusercontent.com/6711748/205476467-ed8e7588-6d61-4946-b39b-48420a7da160.png)