Fixed bug in MCE::Queue (dequeue_nb) when queue has zero items.
Applied small optimization in MCE::Core::Input::Sequence and Generator.
Added cross-platform template to MCE::Examples for making an executable.
Removed signal handling for XCPU and XFSZ from MCE::Signal.
Imply posix_exit => 1 if Gearman::XS or Gearman::Util is present during
MCE construction.Added MCE + Gearman demonstrations (xs and non-xs) on GitHub:
https://github.com/marioroy/mce-examples/tree/master/gearman_xs
https://github.com/marioroy/mce-examples/tree/master/gearmanChanged kilobytes and megabytes to kibiBytes (KiB) and mebiBytes (MiB)
respectively inside the documentation.