Skip to content

Commit 5bd98fc

Browse files
authored
Remove todo (#104)
1 parent b7a1faf commit 5bd98fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/fluxqueue-worker/src/worker.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ pub async fn run_worker(
5858
let executor_id = Arc::clone(&executor_ids[i]);
5959
let shutdown = shutdown.clone();
6060
let task_registry = Arc::clone(&task_registry);
61-
// TODO: Add a way to let the user choose between having 1 event loop per tokio task or just a single event loop in a worker.
6261
let python_dispatcher = Arc::new(PythonDispatcher::new());
6362

6463
redis_client

0 commit comments

Comments
 (0)