Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Apr 30, 2018
1 parent 8d674de commit d3b1732
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -34,24 +34,24 @@ $ python simple_pool.py
Multiprocessing Queue:

```sh
$ simple_queue.py
$ simple_task_queue.py
$ python simple_queue.py
$ python simple_task_queue.py
```

Logging to a single file:

```sh
$ simple_task_queue_logging.py
$ python simple_task_queue_logging.py
```

Logging to separate files:

```sh
$ simple_task_queue_logging_separate_files.py
$ python simple_task_queue_logging_separate_files.py
```

Redis:

```sh
$ redis_queue.py
$ python redis_queue.py
```

0 comments on commit d3b1732

Please sign in to comment.