An open API service indexing awesome lists of open source software.

https://github.com/pine/reactor-interruptible

:hourglass: Reactor InterruptedException utilities
https://github.com/pine/reactor-interruptible

Last synced: 12 months ago
JSON representation

:hourglass: Reactor InterruptedException utilities

Awesome Lists containing this project

README

          

# Reactor Interruptible
[![build](https://github.com/pine/reactor-interruptible/actions/workflows/build.yml/badge.svg)](https://github.com/pine/reactor-interruptible/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/pine/reactor-interruptible/branch/main/graph/badge.svg?token=BdEE5ZTyZm)](https://codecov.io/gh/pine/reactor-interruptible)
[![Maven Central](https://img.shields.io/maven-central/v/moe.pine/reactor-interruptible)](https://search.maven.org/artifact/moe.pine/reactor-interruptible)

:hourglass: Reactor InterruptedException utilities



## Requirements

- Java 8 or later
- Reactor

## Getting started
The library is published to Maven Central.

```gradle
repositories {
mavenCentral()
}

depepdencies {
implementation "moe.pine:reactor-interruptible:$latestVersion"
}
```

## Development
### Test

```
$ ./gradlew clean check
```

### Upload Maven Central

```
$ ./gradlew clean publish
```

## License
MIT © Pine Mizune