This release is mainly a cleanup of some aspects of the code. The following changes affect the external interface.
close
parameter from TaskKit.run(). This parameter was unnecessary. To check if the task should exit, call Task.proceed(), where a non-zero return value indicates that the task should proceed.