From 08ddbed8168b83264b6e3ae2981bc1c044ec84a0 Mon Sep 17 00:00:00 2001 From: Timur Sevimli Date: Mon, 9 Sep 2024 13:57:30 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1b34e2..569ebad 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,10 @@ Clears the queue of all waiting tasks and resets internal counters. Pipes the result of the current queue to another queue. This will pass completed tasks from the current queue to the destination queue. +Arguments: + +- `destinationQueue`: An instance of Kuyruk that will receive the results of completed tasks from the current queue. The tasks are passed to the destination queue for further processing or handling. + ---