Chalupa Petr
Chalupa Petr
Ruby pools create threads first before putting work to queue, java threads put work first into queue until full then they create new threads. This needs to be unified. We...
It currently uses TimerSet which runs in IO pool and creates unnecessary threads.
Classes using mutex: - [ ] MVar - [ ] TVar - [x] Dereferencable (when is it suppose to be removed?) Classes with final ivars not using layer: - [x]...
Removes dependency on global state from all classes. Introduce `World` which can have default executors, which are injected when constructors on the world are used. Or instead of world it...
C-R should unify on what exceptions to catch. Discussed in #507
Our company is named `word1.word2` but even if I add it to my personal Dictionary it is highlighted everywhere. Could a support for detecting multi-word phrases with punctuation be added?...