lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Victor,

Le 22/04/2016 09:57, Victor Bombi a écrit :
why not use lanes?: It is already done and controls thread creation and thread intercomunication.


I had a look on Lanes.
But it seems to me it isn't able to handle thread that are created externally.
I mean, I can't let Lanes creates threads : they are created by Paho MQTT library when messages arrives.