update concurrent info

This commit is contained in:
Aliberk Sandıkçı 2023-08-26 13:24:49 +03:00
parent 74f34de1ef
commit 24cdd36630
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ newest from bottom to top
### Geliştirme Sürümü 0.0.1 (Dev-0.0.1-1)
- plugin/resources: get memory usage
- main/pluginmanager: make loading and running plugins concurrent
#### Initial Development Tree:
- main executable file: ahenk-go/cmd/ahenk-go/

View file

@ -17,6 +17,7 @@ Yazılım geliştirme konusunda uzman olmadığımdan, go dilini daha önce kull
- Basit Syntax
- Modul mantığı ve proje yapısı
- Plugin mantığı
- Concurrency/goroutine mantığ˙í
- Linux Daemon
- Daemon mantığı (forking)
- Iki farklı dilde daemon implementationu
@ -74,5 +75,6 @@ Yazılım geliştirme konusunda uzman olmadığımdan, go dilini daha önce kull
- Dökümantasyonları güncelledim
- Go Plugin yapısını implemente etmeye başladım
- Resource Usage plugin'ini kodladım
- Kodu concurrent bir şekilde tekrar düzenledim, goroutine kullanmaya başladım