You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/src
Nutomic ccc122100e
Fix process shutdown (#3673)
I noticed that stopping the Lemmy process with ctrl+c wasnt working
because the activity channel isnt properly closed. This is now fixed.

Later we should also move the channel from static into LemmyContext,
Im not doing that now to avoid conflicts with #3670.
1 year ago
..
api_routes_http.rs Remove SendActivity and Perform traits, rely on channel (#3596) 1 year ago
code_migrations.rs Make functions work with both connection and pool (#3420) 1 year ago
lib.rs Fix process shutdown (#3673) 1 year ago
main.rs Remove `actix_rt` & use standard tokio spawn (#3158) 1 year ago
prometheus_metrics.rs Cache & Optimize Woodpecker CI (#3450) 1 year ago
root_span_builder.rs Fixing `.drone.yml` (#2677) 2 years ago
scheduled_tasks.rs Don't panic when scheduled tasks can't connect to database (#3634) 1 year ago
telemetry.rs Extract Activitypub logic into separate library (#2288) 2 years ago