Skip to content

mdombroski/luaprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Useful Lua functions for managing processes

To try this Lua library, edit Makefile to reflect your installation of Lua and
run make. This will build procname.so and run a simple test. If everything is
ok, install procname.so in some official place.

Files in this package:
  procname.c      procname library
  test.lua        test code

Usage:
	process.setname( name )
	process.getname( )
	fork( )
	wait( [number] )
	exec( program, [arg,...] )

About

Useful Lua functions for managing processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published