Thread Procedure Call - inter-thread comm helper

Showcase your libraries, tools and other projects that help your fellow love users.
Post Reply
User avatar
buckle2000
Prole
Posts: 6
Joined: Wed Oct 14, 2015 10:02 am

Thread Procedure Call - inter-thread comm helper

Post by buckle2000 »

Not boasting, this library is far more easier to use than plain love.thread.Channel.

https://github.com/buckle2000/love2d-threadpc

Simple one-side example: setting up a callback

Code: Select all

proxy = require("threadpc")('a','b')
function proxy.callback(arg1, arg2)
	print(arg1, arg2)
end
Post Reply

Who is online

Users browsing this forum: No registered users and 226 guests