optimizations, more comfortable PromiseFactory api and support virtual threaded executors

This commit is contained in:
WhatCats
2025-01-06 14:06:39 +01:00
parent 18d334a530
commit 9e392c91ba
39 changed files with 1205 additions and 833 deletions

3
futur-lazy/build.gradle Normal file
View File

@@ -0,0 +1,3 @@
dependencies {
api project(':futur-api')
}