Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/figt/mesh

A library that allows you to 'mesh' together a series of tasks, whilst switching thread contexts.
https://github.com/figt/mesh

api async badge completablefuture java library promise spigot spigot-api spigotmc switching-thread-contexts thread

Last synced: 23 days ago
JSON representation

A library that allows you to 'mesh' together a series of tasks, whilst switching thread contexts.

Awesome Lists containing this project

README

        

# Mesh

logo

![Maven Central Version](https://img.shields.io/maven-central/v/us.figt/Mesh?style=for-the-badge)
![GitHub Code Size](https://img.shields.io/github/languages/code-size/FigT/Mesh?color=008b68&style=for-the-badge)
![GitHub License](https://img.shields.io/github/license/FigT/Mesh?style=for-the-badge)

Mesh is a library that allows you to 'mesh' together a series of tasks, whilst switching thread contexts.

Put more plainly, it's a Spigot-based abstraction of the CompletableFuture class.

## [Usage](https://github.com/FigT/Mesh/wiki/Usage)

#### Maven
Recommended to shade & relocate it to avoid conflicts with other plugins!

```xml

us.figt
Mesh
VERSION

```
Maven repository is on [Maven Central](https://repo1.maven.org/maven2/)

Browse through the code or see examples [here](https://github.com/FigT/Mesh/tree/master/src/main/java/us/figt/mesh/example), and on the wiki page [here](https://github.com/FigT/Mesh/wiki/Usage).

(More documentation and examples coming soon)

## Contributing

PRs are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](LICENSE)