https://github.com/davidedc/coffeescript---simple-execution-pausing-and-resuming
Simple modifications to Coffeescript source to enable pausing of a program, and resuming based on simple conditions e.g. time period
https://github.com/davidedc/coffeescript---simple-execution-pausing-and-resuming
Last synced: about 2 months ago
JSON representation
Simple modifications to Coffeescript source to enable pausing of a program, and resuming based on simple conditions e.g. time period
- Host: GitHub
- URL: https://github.com/davidedc/coffeescript---simple-execution-pausing-and-resuming
- Owner: davidedc
- License: mit
- Created: 2023-04-10T20:46:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T19:29:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T10:26:34.384Z (over 1 year ago)
- Language: CoffeeScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coffeescript - simple execution pausing and resuming
Simple modifications to Coffeescript source to enable pausing of a program, and resuming based on simple conditions e.g. time period
# Run:
```coffee yielder.coffee```