Valery Mironov

Results 74 issues of Valery Mironov

Semaphore is the same concept as Channel Maybe synonym? Don't know

enhancement

* Mark code section in ITask * Can be able to execute other ITask while waiting (dangerous) need more docs

enhancement

`IMailBoxTask` это `ITask` с несколькими особенностями * Владение ею шарится между пользователем и `IExector` (Если это не так то не используйте ее) * В параметре конструктора она принимает число `N`,...

enhancement

This class execute only last `N` tasks using `IExecutorPtr`. To implement use _SPSC lock-free fixed-size queue (ring buffer)_

enhancement

https://docs.google.com/document/d/1yIAYmbvL3JxOKOjuCyon7JhW4cSv1wy5hC0ApeGMV9s/pub Design doc Also, see this https://github.com/golang/go/issues/8899 I also think. if we will implement this, we should write to Dmitry, he wants us to mention him in the file or...

enhancement

Add benchmarks relative to the master. It is proposed to measure push and execution of 4 types: A task that is executed faster than 1. 1 us 2. 1 ms...

bench

https://github.com/codacy/codacy-clang-tidy#usage

devops