Skip to content

Commit

Permalink
README: add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias authored Apr 13, 2022
1 parent 6653608 commit c82cfe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# TaskIt

[![Tests](https://github.com/pharo-contributions/taskit/actions/workflows/tests.yml/badge.svg)](https://github.com/pharo-contributions/taskit/actions/workflows/tests.yml)

>Anything that can go wrong, will go wrong. -- Murphy's Law
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.
Expand Down

0 comments on commit c82cfe3

Please sign in to comment.