Sha256: 9fce6685de2ddde08b7458eb5f381fa9862c183ab9c8c8fb0c6ee2934aad2ec2

Contents?: true

Size: 455 Bytes

Versions: 27

Compression:

Stored size: 455 Bytes

Contents

#include "polyphony.h"

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

#ifdef POLYPHONY_PLAYGROUND
extern void playground();
#endif

void Init_polyphony_ext() {
  Init_Polyphony();

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

  Init_SocketExtensions();

  #ifdef POLYPHONY_PLAYGROUND
  playground();
  #endif
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
polyphony-0.82 ext/polyphony/polyphony_ext.c
polyphony-0.81.1 ext/polyphony/polyphony_ext.c
polyphony-0.81 ext/polyphony/polyphony_ext.c
polyphony-0.80 ext/polyphony/polyphony_ext.c
polyphony-0.79 ext/polyphony/polyphony_ext.c
polyphony-0.78 ext/polyphony/polyphony_ext.c
polyphony-0.77 ext/polyphony/polyphony_ext.c
polyphony-0.76 ext/polyphony/polyphony_ext.c
polyphony-0.75 ext/polyphony/polyphony_ext.c
polyphony-0.74 ext/polyphony/polyphony_ext.c
polyphony-0.73.1 ext/polyphony/polyphony_ext.c
polyphony-0.73 ext/polyphony/polyphony_ext.c
polyphony-0.72 ext/polyphony/polyphony_ext.c
polyphony-0.71 ext/polyphony/polyphony_ext.c
polyphony-0.70 ext/polyphony/polyphony_ext.c
polyphony-0.69 ext/polyphony/polyphony_ext.c
polyphony-0.68 ext/polyphony/polyphony_ext.c
polyphony-0.67 ext/polyphony/polyphony_ext.c
polyphony-0.66 ext/polyphony/polyphony_ext.c
polyphony-0.65 ext/polyphony/polyphony_ext.c