English | Russian |
set of unstarted threads | набор незапущенных потоков (Most implementations of the Java platform don't actually allocate resources to a thread until it's started, so maintaining a set of unstarted threads is actually very cheap. |
set the attributes of threads during their creation | установить атрибуты потоков при их создании (ssn) |