From df818037f201f3578be7e7fa7ad1e3d3073b43ab Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sat, 3 Apr 2010 22:57:58 +0100 Subject: [PATCH] Added class to handle running tasks in the background --- HandBrakeCluster/BackgroundTask.class.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 HandBrakeCluster/BackgroundTask.class.php diff --git a/HandBrakeCluster/BackgroundTask.class.php b/HandBrakeCluster/BackgroundTask.class.php new file mode 100644 index 0000000..6033975 --- /dev/null +++ b/HandBrakeCluster/BackgroundTask.class.php @@ -0,0 +1,17 @@ + \ No newline at end of file