Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/figt/mesh
- Owner: FigT
- License: mit
- Created: 2021-01-13T04:36:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T09:28:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T16:04:52.498Z (about 1 month ago)
- Topics: api, async, badge, completablefuture, java, library, promise, spigot, spigot-api, spigotmc, switching-thread-contexts, thread
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Mesh
![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)