add cancellation and refractor PromiseFactory

This commit is contained in:
WhatCats
2024-04-04 17:36:35 +02:00
parent e6eee4e849
commit 5bbcfdc9b3
24 changed files with 670 additions and 445 deletions

View File

@@ -0,0 +1,6 @@
apply plugin: 'java-library'
dependencies {
api project(':futur-api')
testImplementation project(':futur-api')
}