Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nameofSEOKWONHONG committed Oct 10, 2024
1 parent 8d28117 commit b4118aa
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Job/JobHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ public void Stop()
_cts.Cancel();
}

internal class ProcessItem
{
public JobHandler<T> JobHandler { get; set; }
public Action<T> Callback { get; set; }
}

public void Dispose()
{
_cts?.Cancel();
Expand Down Expand Up @@ -146,12 +140,6 @@ public void Stop()
_task.Wait(); // Wait for the task to finish gracefully
}

internal class ProcessItem
{
public JobHandler<T> JobHandler { get; set; }
public Action<T> Callback { get; set; }
}

public void Dispose()
{
_cts?.Cancel();
Expand Down

0 comments on commit b4118aa

Please sign in to comment.