func init() {
	// Locks the container until this content has been put in it.
	wg := lib_bpulse_event.Container.(*lib_bpulse_event.EventLoggerContainer).Container.GetWg()
	wg.Add(1)
	lib_gc_contents_loader.AddInitiator(DEFAULT_EVENT_LOGGER, Initialize)
	wg.Done()
}
func init() {
	// Locks the container until this content has been put in it.
	wg := lib_send_channel_adapter.Container.(*lib_send_channel_adapter.SendChannelAdapterContainer).Container.GetWg()
	wg.Add(1)
	lib_gc_contents_loader.AddInitiator("DEFAULT_RESTFUL", Initialize)
	wg.Done()
}
func init() {

	// Locks the container until this content has been put in it.
	wg := lib_pulse_aggregator.Container.(*lib_pulse_aggregator.PulseAggregatorContainer).Container.GetWg()
	wg.Add(1)
	lib_gc_contents_loader.AddInitiator("DEFAULT_AGGREGATOR", Initialize)
	wg.Done()
}
func init() {
	// Locks the container until this content has been put in it.
	wg := lib_pulse_storage.Container.(*lib_pulse_storage.PulseStorageContainer).Container.GetWg()
	wg.Add(1)
	lib_gc_contents_loader.AddInitiator("DEFAULT_STORAGE", Initialize)
	once = &sync.Once{}
	wg.Done()
}
func init() {
	wg := lib_pulses_sender.Container.(*lib_pulses_sender.PulseSenderContainer).Container.GetWg()
	wg.Add(1)
	lib_gc_contents_loader.AddInitiator("DEFAULT_SENDER", Initialize)
	once = &sync.Once{}
	once_main = &sync.Once{}
	once_rq_rs_functions = &sync.Once{}
	defer wg.Done()
}