Package org.jruby.ext.fiber

Examples of org.jruby.ext.fiber.ThreadFiberLibrary


       
        if (profile.allowClass("Enumerator")) {
            RubyEnumerator.defineEnumerator(this);
        }
       
        new ThreadFiberLibrary().load(this, false);
       
        TracePoint.createTracePointClass(this);
       
        // Load the JRuby::Config module for accessing configuration settings from Ruby
        new JRubyConfigLibrary().load(this, false);
View Full Code Here

TOP

Related Classes of org.jruby.ext.fiber.ThreadFiberLibrary

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.