A toolbox for Concurrency
AwaitingService
An efficient tool for waiting a list of objects that can await. If some of the objects is available, then onSuccess is called. See AwaitCapableObject
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.lingcreative |
| Идентификатор | Идентификаторconcurrent-utils |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеConcurrent Utilities
Some utilities for concurrent java programming.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| concurrent-utils-0.0.3.pom | |
| concurrent-utils-0.0.3.jar | 13 KB |
| concurrent-utils-0.0.3-sources.jar | 3 KB |
| concurrent-utils-0.0.3-javadoc.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lingcreative/concurrent-utils/ -->
<dependency>
<groupId>com.lingcreative</groupId>
<artifactId>concurrent-utils</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingcreative/concurrent-utils/
implementation 'com.lingcreative:concurrent-utils:0.0.3'
// https://jarcasting.com/artifacts/com.lingcreative/concurrent-utils/
implementation ("com.lingcreative:concurrent-utils:0.0.3")
'com.lingcreative:concurrent-utils:jar:0.0.3'
<dependency org="com.lingcreative" name="concurrent-utils" rev="0.0.3">
<artifact name="concurrent-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingcreative', module='concurrent-utils', version='0.0.3')
)
libraryDependencies += "com.lingcreative" % "concurrent-utils" % "0.0.3"
[com.lingcreative/concurrent-utils "0.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
An efficient tool for waiting a list of objects that can await. If some of the objects is available, then onSuccess is called. See AwaitCapableObject