Crate lemmy_utils

source ·

Modules

Macros

Constants

Statics

  • if true, all federation should happen synchronously. useful for debugging and testing. defaults to true on debug mode, false on releasemode override to true by setting env LEMMY_SYNCHRONOUS_FEDERATION=1 override to false by setting env LEMMY_SYNCHRONOUS_FEDERATION=“”

Functions

  • tokio::spawn, but accepts a future that may fail and also

Type Definitions