Sha256: 3b92405a406b7a4cbbdf09fd54d33b6ba9169c1dec239014b280203733127a87
Contents?: true
Size: 1.02 KB
Versions: 83
Compression:
Stored size: 1.02 KB
Contents
# $Id$ # # Author:: Francis Cianfrocca (gmail: blackhedd) # Homepage:: http://rubyeventmachine.com # Date:: 18 May 2006 # # See EventMachine and EventMachine::Connection for documentation and # usage examples. # #---------------------------------------------------------------------------- # # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. # Gmail: blackhedd # # This program is free software; you can redistribute it and/or modify # it under the terms of either: 1) the GNU General Public License # as published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version; or 2) Ruby's License. # # See the file COPYING for complete licensing information. # #--------------------------------------------------------------------------- # require 'singleton' module Evma class Reactor include Singleton #-- def initialize EventMachine.initialize_event_machine end #-- # def run EventMachine.run_machine end end # class Reactor end # module Evma
Version data entries
83 entries across 83 versions & 14 rubygems