We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
backend.Backend
1 parent 280a5cc commit 90442eaCopy full SHA for 90442ea
backend/monoprocess/monoprocess.go
@@ -22,6 +22,8 @@ type monoprocessBackend struct {
22
logger *slog.Logger
23
}
24
25
+var _ backend.Backend = (*monoprocessBackend)(nil)
26
+
27
// NewMonoprocessBackend wraps an existing backend and improves its responsiveness
28
// in case the backend and worker are running in the same process. This backend
29
// uses channels to notify the worker every time there is a new task ready to be
0 commit comments