Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc.cr
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@
# module Ticker
# # The callback for the user doesn't have a Void*
# @@box : Box(Int32 ->)

#
# def self.on_tick(&callback : Int32 ->)
# # Since Proc is a {Void*, Void*}, we can't turn that into a Void*, so we
# # "box" it: we allocate memory and store the Proc there

0 comments on commit 9ed020d

Please sign in to comment.