Refactor WorkerImpl to integrate logging, enhance testing with mocks, improve timeout and error handling, and add worker ID generation.

This commit is contained in:
2025-09-22 20:04:37 +02:00
parent 64343bbb80
commit 3a4b360f42
4 changed files with 458 additions and 138 deletions

View File

@@ -78,9 +78,6 @@ class _MyHomePageState extends State<MyHomePage> {
),
TextButton(
onPressed: () {
print(
"active workers: ${App.service<Worker>().getActiveWorkers().length}",
);
},
child: Text("Print workers"),
),