Skip to content

Commit

Permalink
Refactor Task into own file
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 26, 2024
1 parent ec3a765 commit 6a9acde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/croupier.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ require "kiwi/file_store"
require "kiwi/memory_store"
require "log"
require "wait_group"
require "yaml"

module Croupier
VERSION = "0.5.2"

# Log with "croupier" as the source
Log = ::Log.for("croupier")

alias TaskProc = -> String? | Array(String)
alias CallbackProc = Proc(String, Nil)

# TaskManager is a singleton that keeps track of all tasks
Expand Down

0 comments on commit 6a9acde

Please sign in to comment.