Sha256: c84c0e94b4f5e30f5f3307a9d70f0c9968960dcd51f3065dfeac417f74143029

Contents?: true

Size: 542 Bytes

Versions: 22

Compression:

Stored size: 542 Bytes

Contents

#include "polyphony.h"

void Init_Polyphony();
void Init_Backend();
void Init_Pipe();
void Init_Queue();
void Init_Event();
void Init_Fiber();
void Init_Thread();

void Init_IOExtensions();
void Init_SocketExtensions();

#ifdef POLYPHONY_PLAYGROUND
extern void playground();
#endif

void Init_polyphony_ext(void) {
  Init_Polyphony();

  Init_Backend();
  Init_Queue();
  Init_Pipe();
  Init_Event();
  Init_Fiber();
  Init_Thread();

  Init_IOExtensions();
  Init_SocketExtensions();

  #ifdef POLYPHONY_PLAYGROUND
  playground();
  #endif
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
polyphony-1.6 ext/polyphony/polyphony_ext.c
polyphony-1.5 ext/polyphony/polyphony_ext.c
polyphony-1.4 ext/polyphony/polyphony_ext.c
polyphony-1.3 ext/polyphony/polyphony_ext.c
polyphony-1.2.1 ext/polyphony/polyphony_ext.c
polyphony-1.2 ext/polyphony/polyphony_ext.c
polyphony-1.1.1 ext/polyphony/polyphony_ext.c
polyphony-1.1 ext/polyphony/polyphony_ext.c
polyphony-1.0.2 ext/polyphony/polyphony_ext.c
polyphony-1.0.1 ext/polyphony/polyphony_ext.c
polyphony-1.0 ext/polyphony/polyphony_ext.c
polyphony-0.99.6 ext/polyphony/polyphony_ext.c
polyphony-0.99.5 ext/polyphony/polyphony_ext.c
polyphony-0.99.4 ext/polyphony/polyphony_ext.c
polyphony-0.99.3 ext/polyphony/polyphony_ext.c
polyphony-0.99.2 ext/polyphony/polyphony_ext.c
polyphony-0.99.1 ext/polyphony/polyphony_ext.c
polyphony-0.99 ext/polyphony/polyphony_ext.c
polyphony-0.98 ext/polyphony/polyphony_ext.c
polyphony-0.97 ext/polyphony/polyphony_ext.c