Sha256: d5efc22aa95670159c2313753cabd106b4685d7c56137b5207d5078e39d12ee6

Contents?: true

Size: 356 Bytes

Versions: 4

Compression:

Stored size: 356 Bytes

Contents

#include "polyphony.h"

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

void Init_polyphony_ext() {
  ev_set_allocator(xrealloc);

  Init_Polyphony();
  Init_LibevAgent();
  Init_Queue();
  Init_Event();

  Init_Fiber();
  Init_Thread();

  Init_Tracing();
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
polyphony-0.44.0 ext/polyphony/polyphony_ext.c
polyphony-0.43.11 ext/polyphony/polyphony_ext.c
polyphony-0.43.10 ext/polyphony/polyphony_ext.c
polyphony-0.43.9 ext/polyphony/polyphony_ext.c