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