Protects your Server against SIGS and unplanned exceptions
Go to file
Denis Knauf fc48ded7ba Rakefile updated. 2013-04-15 12:01:57 +02:00
lib at_exit added. use it to clean your dishes. 2010-03-21 20:58:42 +01:00
AUTHORS little changes: metafiles 2010-03-20 23:22:53 +01:00
LICENSE first 2010-03-02 11:40:06 +01:00
README.md README: Usage 2010-03-02 11:43:51 +01:00
Rakefile Rakefile updated. 2013-04-15 12:01:57 +02:00
VERSION this new at_exit is ready. new version! 2010-03-21 20:59:39 +01:00

README.md

Usage

class MyServer < RobustServer
	def run
		# something to do...
	end
end

MyServer.new.main