From 3236320311f15640083c5bf420bcdeab725ff242 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 25 Jan 2012 02:29:35 +1000 Subject: Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol --- LuaSL/testLua/luaprocTest0.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'LuaSL/testLua/luaprocTest0.lua') diff --git a/LuaSL/testLua/luaprocTest0.lua b/LuaSL/testLua/luaprocTest0.lua index 5868d6f..94a1d20 100644 --- a/LuaSL/testLua/luaprocTest0.lua +++ b/LuaSL/testLua/luaprocTest0.lua @@ -33,7 +33,12 @@ luaproc.createworker() luaproc.newproc( [=[ luaproc.newchannel( "testchannel" ) luaproc.newproc( "luaproc.send( 'testchannel', 'luaproc is working fine!' )" ) - luaproc.newproc( "print( luaproc.receive( 'testchannel' ))" ) + luaproc.newproc( "print(luaproc.receive( 'testchannel'))" ) + print("End of parent proc") ]=] ) +print("About to luaproc.exit()!"); luaproc.exit() +print("Should have exited after the luaproc.exit()!"); + + -- cgit v1.1