WebApiWithBackgroundWorker icon indicating copy to clipboard operation
WebApiWithBackgroundWorker copied to clipboard

Small demo showing how to implement Pub/Sub with a BackgroundWorker in .NET Core

Results 1 WebApiWithBackgroundWorker issues
Sort by recently updated
recently updated
newest added

Hi, thanks for a nice series of articles! I am designing an app with a similar usage of channels for producer/consumer scenarios. Your solution looks very good, so I borrowed...