Skip to content

Common logic to compose and execute tasks written as commands

License

Notifications You must be signed in to change notification settings

feenkcom/gtoolkit-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GToolkit Executor

Common logic to compose and execute tasks written as commands. It handles errors, background executions, and debugging tools.

Installation

In GToolkit

EpMonitor current disableDuring: 
[
Metacello new
   baseline: 'GToolkitExecutor';
   repository: 'github://feenkcom/gtoolkit-executor/src';
   load.
]

In Pharo (loading GToolkit too)

EpMonitor current disableDuring: 
[
Metacello new
   baseline: 'GToolkitExecutorWithGT';
   repository: 'github://feenkcom/gtoolkit-executor/src';
   load.
]

About

Common logic to compose and execute tasks written as commands

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published