Sha256: 700ac560e469a239b85f7978f1c44a6f83e0e03a10aceab8fad302e83b0c46bf

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

#include "polyphony.h"

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

void Init_polyphony_ext() {
  ev_set_allocator(xrealloc);

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

  Init_Fiber();
  Init_Thread();

  Init_Tracing();
}

Version data entries

1 entries across 1 versions & 1 rubygems

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