Commit Graph

14 Commits

Author SHA1 Message Date
Paldiu ec92490ffd Update ServiceManager.java 2022-12-21 15:31:42 -06:00
Paldiu c9fa0c1ca0 Switch to using Mono.create()
Switched from using Mono.just(T) and Mono.empty() for creating Mono<Void> objects to Mono.create(sink -> {});
2022-12-15 13:32:28 -06:00
Paldiu e3773b24f0 Add license header 2022-12-14 23:04:43 -06:00
Paldiu e801b6700f Minor update 2022-12-14 18:55:47 -06:00
Paldiu 1687ca32f3 Finalization 2022-12-14 12:57:45 -06:00
Paldiu 99c78e320f Minor update 2022-12-14 11:31:49 -06:00
Paldiu 262115a52e Added Bukkit communication with BukkitScheduler 2022-12-14 11:15:42 -06:00
Paldiu 329726ed95 Doccing and Bugfixing 2022-12-13 17:25:58 -06:00
Paldiu 3e68648309 Doccing and Bugfixing 2022-12-12 20:36:04 -06:00
Paldiu 93c33512be Begin JavaDoc, Tweaks 2022-11-21 20:45:23 -06:00
Paldiu c8b5afe1dd Oops
Fixed up some things I noticed were incorrect
2022-11-19 23:09:16 -06:00
Paldiu bbd09910f3 Pretty sure this library is done
Finalized I think!
2022-11-19 22:36:54 -06:00
Paldiu 6257edb19b Big update
Rounding things out
2022-11-19 18:20:07 -06:00
Paldiu 115e8fcb20 SimplexSS (Scheduling Service)
A reactive non-blocking api for scheduling runnable tasks (now called Services) using Reactor (https://reactorproject.io)
2022-07-07 23:09:25 -05:00