Skip to content

Commit

Permalink
FEAT: including Softinnov's task scheduler as Rebol3 module
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Apr 29, 2024
1 parent 25d4e85 commit 77f0e27
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ It is possible to extend Rebol functionality using external modules (native and
* [Rebol/MathPresso](https://github.com/Siskin-framework/Rebol-MathPresso) - Mathematical Expression Parser And JIT Compiler
* [Rebol/MiniAudio](https://github.com/Oldes/Rebol-MiniAudio) - An audio playback extension
* [Rebol/Names](https://github.com/Oldes/Rebol-Names) - Random names generator scheme
* [Rebol/Scheduler](https://github.com/Oldes/Rebol-Scheduler) - Task scheduling library with dialect
* [Rebol/Spotify](https://github.com/Oldes/Rebol-Spotify) - Spotify Web API
* [Rebol/OpenCV](https://github.com/Oldes/Rebol-OpenCV) - Computer Vision Library
* [Rebol/SQLite](https://github.com/Siskin-framework/Rebol-SQLite) - SQL database engine
Expand Down
1 change: 1 addition & 0 deletions src/boot/sysobj.reb
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ modules: object [
;; optional modules, protocol and codecs
httpd: https://src.rebol.tech/modules/httpd.reb
prebol: https://src.rebol.tech/modules/prebol.reb
scheduler: https://src.rebol.tech/modules/scheduler.reb
spotify: https://src.rebol.tech/modules/spotify.reb
unicode-utils: https://src.rebol.tech/modules/unicode-utils.reb
daytime: https://src.rebol.tech/mezz/prot-daytime.reb
Expand Down
Loading

0 comments on commit 77f0e27

Please sign in to comment.