
taskit
Expressing and managing concurrent computations is indeed a concern of importance to develop applications that scale. A web application may want to use different processes for each of its incoming requests. Or maybe it wants to use a "thread pool" in some cases. In other case, our desktop application may want to send computations to a worker to not block the UI thread. TaskIT is a library that eases the usage of processes in Pharo. It provides abstractions to schedule and/or parallelize of the execution of pieces of code.
Project Information
The project was created on Aug 24, 2014.
- License: MIT License
- 1 stars
- git-based source control
Labels:
Concurrency
Pharo
Smalltalk
Library