[−][src]Function graph_generator_lib::default_completion_handler
pub fn default_completion_handler<ProcErr>(
queue_url: String,
region: Region,
output_bucket: String,
cache: RedisCache,
tx: SyncSender<String>
) -> SqsCompletionHandlerActor<Graph, ProcErr> where
ProcErr: Debug + Send + Sync + Clone + 'static,