ufo-kit / ufo-core

GLib-based framework for GPU-based data processing
GNU Lesser General Public License v3.0
24 stars 8 forks source link

Let tasks know they will not get anymore data #156

Closed tfarago closed 6 years ago

tfarago commented 6 years ago

If there is no more input data, a task is not told that it will not get anything more. This prevents it to execute clean-up actions needed before calling finalize, which would be useful e.g. by the OutputTask, which would not block forever in getting the output buffer if there won't be any.