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: 5 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T09:28:59.000Z (over 2 years ago)
- Last Synced: 2025-05-07T03:46:19.123Z (5 months ago)
- Topics: api, async, badge, completablefuture, java, library, promise, spigot, spigot-api, spigotmc, switching-thread-contexts, thread
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 6
- 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


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)