Commit graph

10 commits

Author SHA1 Message Date
0934cdaad4
feat: waker implementation
basically posting should now be instant? very ugly implementation tho: i
wanted to keep tokio out of core but this is awful and also im
realistically never swapping out tokio, so might as well move these
tokens down in core...
2024-09-19 16:50:13 +02:00
52b93ba539
chore: bump deps, drop async_trait where possible 2024-09-19 15:56:22 +02:00
6a6a340618
fix: don't hook signal handler for cli tasks 2024-07-17 22:29:54 +02:00
6c781f4c9a
fix: names get cut off 2024-06-21 04:07:35 +02:00
a80819685a
feat: allow specifying worker threads 2024-06-14 15:51:55 +02:00
bc747af055
feat: graceful shutdown to not lose tasks 2024-06-10 04:13:15 +02:00
f6d30b3bec
fix: outbound->delivery, local->outbound
also stop discarding duplicated deliveries, ouchhhh
2024-06-06 19:04:08 +02:00
e3328954e2
fix: dont make context for migration or db for cfg 2024-06-06 05:37:27 +02:00
c83e1df110
feat: added worker and monolith modes 2024-06-06 02:21:36 +02:00
5b592874cb
chore: BIG refactor into smaller crates
hopefully this makes lsp more responsive? because it wont need to
recompile everything every time, but idk really
2024-05-31 04:07:39 +02:00
Renamed from src/main.rs (Browse further)