MCPcopy Create free account
hub / github.com/carbonengine/trinity / Put

Method Put

shadercompiler/WorkQueue.h:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void Put( const T& item )
167 {
168 if( started )
169 {
170 g_messages.AddMessage( "Don't call WorkQueue2::Put after WorkQueue2::Join!" );
171 return;
172 }
173 PutPtr( new T( item ) );
174 }
175
176 void Join()
177 {

Callers

nothing calls this directly

Calls 1

AddMessageMethod · 0.80

Tested by

no test coverage detected