io.github.cernoch:executioner

Parallel execution tools. On top of java.util.concurrent this provides checked exception handling (forget ExecutionException), and stack manipulators for comfortable debugging. Also we provide routines that simulate execution on CPUs with arbitrary number of cores, which is handy for benchmarking.

Лицензия

Лицензия

Группа

Группа

io.github.cernoch
Идентификатор

Идентификатор

executioner
Последняя версия

Последняя версия

3.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.cernoch:executioner
Parallel execution tools. On top of java.util.concurrent this provides checked exception handling (forget ExecutionException), and stack manipulators for comfortable debugging. Also we provide routines that simulate execution on CPUs with arbitrary number of cores, which is handy for benchmarking.
Ссылка на сайт

Ссылка на сайт

https://github.com/cernoch/executioner
Система контроля версий

Система контроля версий

https://github.com/cernoch/executioner

Скачать executioner

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.cernoch/executioner/ -->
<dependency>
    <groupId>io.github.cernoch</groupId>
    <artifactId>executioner</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cernoch/executioner/
implementation 'io.github.cernoch:executioner:3.2.0'
// https://jarcasting.com/artifacts/io.github.cernoch/executioner/
implementation ("io.github.cernoch:executioner:3.2.0")
'io.github.cernoch:executioner:jar:3.2.0'
<dependency org="io.github.cernoch" name="executioner" rev="3.2.0">
  <artifact name="executioner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cernoch', module='executioner', version='3.2.0')
)
libraryDependencies += "io.github.cernoch" % "executioner" % "3.2.0"
[io.github.cernoch/executioner "3.2.0"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.2.0
3.1.0
3.0.0