Demonstration of SCOOP (Simple Concurrent Object-Oriented Programming) usage in Eiffel
example
: ready-to-use simple examples that can be compiled and run to see how certain functionality can be achieved in a SCOOP-driven systemlibrary
: reusable code that can be used unmodified in other applications
- Download the source code, e.g.
wget -c https://github.com/kwaxer/scoop/archive/master.zip
unzip master.zip
- Compile and run an example, e.g.
cd scoop-master/example/launcher
and then follow the corresponding instructions.
- Use the library in your project by adding a reference to
scoop-master/library/scoop.ecf
. - Include the license and copyright notice in your project.
The software was tested with EiffelStudio 19.05 (stable) and 19.12 (beta) releases.