///
/// HybridThreadedRuntimeFunctionsSpec.cpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © Marc Rousavy @ Margelo
///

#include "HybridThreadedRuntimeFunctionsSpec.hpp"

namespace margelo::nitro::threadedruntime {

  void HybridThreadedRuntimeFunctionsSpec::loadHybridMethods() {
    // load base methods/properties
    HybridObject::loadHybridMethods();
    // load custom methods/properties
    registerHybrids(this, [](Prototype& prototype) {
      prototype.registerHybridMethod("run", &HybridThreadedRuntimeFunctionsSpec::run);
    });
  }

} // namespace margelo::nitro::threadedruntime
