Sha256: 61528b867ed4e7b0089dc8a2996e3d4353112ff79d347c68951ea1c211e27794

Contents?: true

Size: 477 Bytes

Versions: 17

Compression:

Stored size: 477 Bytes

Contents

#include "polyphony.h"

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

#ifdef POLYPHONY_PLAYGROUND
extern void playground();
#endif

void Init_polyphony_ext() {
  Init_Polyphony();

  Init_Backend();
  Init_Queue();
  Init_Event();
  Init_Runqueue();
  Init_Fiber();
  Init_Thread();
  Init_Tracing();

  #ifdef POLYPHONY_PLAYGROUND
  playground();
  #endif
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
polyphony-0.52.0 ext/polyphony/polyphony_ext.c
polyphony-0.51.0 ext/polyphony/polyphony_ext.c
polyphony-0.50.1 ext/polyphony/polyphony_ext.c
polyphony-0.50.0 ext/polyphony/polyphony_ext.c
polyphony-0.49.2 ext/polyphony/polyphony_ext.c
polyphony-0.49.1 ext/polyphony/polyphony_ext.c
polyphony-0.49.0 ext/polyphony/polyphony_ext.c
polyphony-0.48.0 ext/polyphony/polyphony_ext.c
polyphony-0.47.5.1 ext/polyphony/polyphony_ext.c
polyphony-0.47.5 ext/polyphony/polyphony_ext.c
polyphony-0.47.4 ext/polyphony/polyphony_ext.c
polyphony-0.47.3 ext/polyphony/polyphony_ext.c
polyphony-0.47.2 ext/polyphony/polyphony_ext.c
polyphony-0.47.1 ext/polyphony/polyphony_ext.c
polyphony-0.47.0 ext/polyphony/polyphony_ext.c
polyphony-0.46.1 ext/polyphony/polyphony_ext.c
polyphony-0.46.0 ext/polyphony/polyphony_ext.c