Remora / Remora.Discord

A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
GNU Lesser General Public License v3.0
246 stars 44 forks source link

refactor!: Extract dispatch to interface #304

Closed VelvetToroyashi closed 1 year ago

VelvetToroyashi commented 1 year ago

This PR does what it says on the tin; this extracts the dispatcher to an interface, allowing for different implementations (such as maybe a mass-transit backed, or even Source-Generated implementation 😉)