This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REBOL [ | |
Title: "Scheduler" | |
File: %scheduler.r | |
Purpose: "Dialected task scheduling library" | |
Author: ["SOFTINNOV / Nenad Rakocevic" "Pointillistic / Gregg Irwin"] | |
Copyright: ["2009 SOFTINNOV" "2013 SOFTINNOV/POINTILLISTIC"] | |
Email: [[email protected] [email protected]] | |
Date: 28-Oct-2013 | |
Version: 0.9.5 | |
License: "BSD - see %LICENCE.txt file" |