Skip to content

Commit

Permalink
references: add ref/unref functions to Handles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Phillips committed Aug 21, 2012
1 parent 7e3678a commit 828d677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/luvit/uv.lua
Expand Up @@ -56,6 +56,9 @@ you want, not this.
-- Handle:setHandler(name, callback)
Handle.setHandler = native.setHandler

Handle.unref = native.unref
Handle.ref = native.ref

--------------------------------------------------------------------------------

--[[
Expand Down

0 comments on commit 828d677

Please sign in to comment.