Sha256: 262b92e89afd446b05f313c4d769cdefe9558c3ca002f401ababd7390ff4fea3

Contents?: true

Size: 368 Bytes

Versions: 3

Compression:

Stored size: 368 Bytes

Contents

#include "polyphony.h"

void Init_Fiber();
void Init_Polyphony();
void Init_LibevAgent();
void Init_LibevQueue();
void Init_Socket();
void Init_Thread();
void Init_Tracing();

void Init_polyphony_ext() {
  ev_set_allocator(xrealloc);

  Init_Polyphony();
  Init_LibevAgent();
  Init_LibevQueue();

  Init_Fiber();
  Init_Socket();
  Init_Thread();

  Init_Tracing();
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polyphony-0.43 ext/polyphony/polyphony_ext.c
polyphony-0.42 ext/polyphony/polyphony_ext.c
polyphony-0.41 ext/polyphony/polyphony_ext.c