오늘은 코루틴을 모니터링하고 관리 할 수 있는 Coroutine Manager를 제작해보았다.

 

 실행 중인 코루틴의 목록을 보여주고, 

 

선택된 코루틴을 정지, 재개, 정지 및 목록에서 삭제 하는 등의 조작을 할 수 있다.

 

 

+++

 

 

자세한 내용은 아래의 GitHub 참조.

 

https://github.com/kastro723/CoroutineManager

 

GitHub - kastro723/CoroutineManager

Contribute to kastro723/CoroutineManager development by creating an account on GitHub.

github.com

 

+ Recent posts