Skip to content

Commit

Permalink
Make TaskManager a struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 20, 2023
1 parent 0dfb059 commit b62ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/croupier.cr
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ module Croupier
end
end

class TaskManager
struct TaskManager
# Registry of all tasks
@@tasks = {} of String => Croupier::Task

Expand Down

0 comments on commit b62ea61

Please sign in to comment.