PKCS12

Results 9 issues of PKCS12

Access to FilterList in arch.go wasn't safe. Also dictionary map was replaces with simple array (check code). After tests, ECS started to work from multiple goroutines.

Implemented: 1. System groups 2. Automatic multithreading (based on requested read/write access to components) 3. Systems ordering 4. And a lot more related to systems. Check updated Readme. Added Example...

Added `MapIdParallel` to the views template generator. It splits entities into chunks up to a specified size and then maps those chunks in parallel. I didn't really tested it :)...

![image](https://github.com/opengs/itarmykit/assets/34212339/8df4ba46-105f-401d-9626-844fa8edbf0c)

bug

Comment from the user:" Всім привіт. Таке питання. Чи є якась перевірка чи сповіщення про пошкодженні чи не робочі модулі? Бо я вперше сьогодні встановив вашу програму, але забувся вимкнути...

enhancement

When clicking link it opens inside application not in external browser

bug

On dashboard, group all the log windows to one and make it expandable.

enhancement

As a possible resolution of the problem presented in #59 I added option limit number of tasks in group. Unfortunatelly, i had to add `golang.org/x/sync v0.7.0` library, so now there...

## Problem I am running an application that consistently operates with a specific number of workers. Additionally, when a worker discovers work, it requires a boost from the pool. To...