Sha256: 5a2ce5363c6a1e9ef5b5fbb10181dfeee0bfbe921408ed7b3503b31f566fbf0b

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 Bytes

Contents

#include "polyphony.h"

void Init_Fiber();
void Init_Polyphony();
void Init_LibevBackend();
void Init_Queue();
void Init_Event();
void Init_Runqueue();
void Init_Thread();
void Init_Tracing();

void Init_polyphony_ext() {
  ev_set_allocator(xrealloc);

  Init_Polyphony();

  Init_LibevBackend();
  Init_Queue();
  Init_Event();
  Init_Runqueue();
  Init_Fiber();
  Init_Thread();
  Init_Tracing();
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polyphony-0.45.5 ext/polyphony/polyphony_ext.c