Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 489 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 489 Bytes

LocalPost

Simple .NET in-memory background queue (System.Threading.Channels based).

Alternatives

  • Coravel queue/event broadcasting — only invocable queueing, event broadcasting is different from consuming a queue
  • Hangfire — for persistent queues (means payload serialisation), LocalPost is completely about in-memory ones