Commit Graph

34 Commits

Author SHA1 Message Date
Paldiu 25ea207677
Update README.md 2023-04-14 00:26:53 -05:00
Paldiu a4f1e01c87 Merge branch 'main' of https://github.com/SimplexDevelopment/SimplexSS 2022-12-21 15:31:55 -06:00
Paldiu ec92490ffd Update ServiceManager.java 2022-12-21 15:31:42 -06:00
Paldiu cccd441432
Update README.md 2022-12-15 13:37:50 -06:00
Paldiu 0d91f86054
Update badge 2022-12-15 13:36:35 -06:00
Paldiu 116fbe5847 Merge branch 'main' of https://github.com/SimplexDevelopment/SimplexSS 2022-12-15 13:32:33 -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 695b1f9549
Update README.md 2022-12-15 08:22:07 -06:00
Paldiu 9d726cc1e3
Update README.md 2022-12-15 00:25:42 -06:00
Paldiu 5d66ea6582
Update README.md 2022-12-15 00:13:09 -06:00
Paldiu 7e29987e7f
Update README.md 2022-12-15 00:09:37 -06:00
Paldiu 5b2961fff1
Update README.md 2022-12-14 23:48:44 -06:00
Paldiu 8f6b327d20
Update README.md 2022-12-14 23:48:27 -06:00
Paldiu 42aef3b955
Update README.md 2022-12-14 23:46:55 -06:00
Paldiu 6c0229e910
Update README.md 2022-12-14 23:46:34 -06:00
Paldiu 0805d44dc5
Create codeql.yml 2022-12-14 23:41:50 -06:00
Paldiu 8442753964
Create gradle.yml 2022-12-14 23:40:50 -06:00
Paldiu 43dee08554 Update Docs 2022-12-14 23:08:12 -06:00
Paldiu 43070f9e2a Merge branch 'main' of https://github.com/SimplexDevelopment/SimplexSS 2022-12-14 23:04:50 -06:00
Paldiu e3773b24f0 Add license header 2022-12-14 23:04:43 -06:00
Paldiu bf6de10e13
Update LICENSE 2022-12-14 21:22:18 -06:00
Paldiu 3fd93e101f Minor fix 2022-12-14 19:00:41 -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 e4dba84b9f Docs 2022-12-12 20:41:22 -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