Sha256: 4fe41d59525a6c9cf134596ff9a5d97a9477a4622522b18ef79c3e9e10fd3bee
Contents?: true
Size: 242 Bytes
Versions: 44
Compression:
Stored size: 242 Bytes
Contents
#include "polyphony.h" int __tracing_enabled__ = 0; VALUE __fiber_trace__(int argc, VALUE *argv, VALUE self) { return rb_ary_new4(argc, argv); } void Init_Tracing() { rb_define_global_function("__fiber_trace__", __fiber_trace__, -1); }
Version data entries
44 entries across 44 versions & 1 rubygems