Sha256: f941d0a04fee49262d4ad9b0832393f1e35c4ad67490d56e39435a214370a382

Contents?: true

Size: 359 Bytes

Versions: 3

Compression:

Stored size: 359 Bytes

Contents

#include "polyphony.h"

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

void Init_polyphony_ext() {
  ev_set_allocator(xrealloc);

  Init_Polyphony();

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polyphony-0.45.4 ext/polyphony/polyphony_ext.c
polyphony-0.45.2 ext/polyphony/polyphony_ext.c
polyphony-0.45.1 ext/polyphony/polyphony_ext.c