Flutter Engine
The Flutter Engine
|
#include <pipeline.h>
Public Member Functions | |
ProducerContinuation () | |
ProducerContinuation (ProducerContinuation &&other) | |
ProducerContinuation & | operator= (ProducerContinuation &&other) |
~ProducerContinuation () | |
PipelineProduceResult | Complete (ResourcePtr resource) |
Completes the continuation with the specified resource. More... | |
operator bool () const | |
Friends | |
class | Pipeline |
Denotes a spot in the pipeline reserved for the producer to finish preparing a completed pipeline resource.
Definition at line 71 of file pipeline.h.
|
inline |
Definition at line 73 of file pipeline.h.
|
inline |
Definition at line 75 of file pipeline.h.
|
inline |
Definition at line 87 of file pipeline.h.
|
inline |
Completes the continuation with the specified resource.
Definition at line 98 of file pipeline.h.
|
inlineexplicit |
Definition at line 109 of file pipeline.h.
|
inline |
Definition at line 81 of file pipeline.h.
Definition at line 112 of file pipeline.h.