Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.3 KB

Mesh

logo

Maven Central Version GitHub Code Size GitHub License

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.

Maven

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

	<dependency>
	    <groupId>us.figt</groupId>
	    <artifactId>Mesh</artifactId>
	    <version>VERSION</version>
	</dependency>

Maven repository is on Maven Central

Browse through the code or see examples here, and on the wiki page here.

(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