Bassebombecraft

Bassebombecraft

18.5k Downloads

Refactor distributed executor for execution of client and server side code

athrane opened this issue ยท 0 comments

commented

Code:

	/**
	 * Distributed executor for execution of client and server side code.
	 */
	static Proxy proxy = DistExecutor.runForDist(() -> ClientProxy::new, () -> ServerProxy::new);