Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove lies mentioning Twitter Futures #28

Merged
merged 1 commit into from May 3, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions web/_posts/2011-05-10-lesson.textile
Expand Up @@ -2,7 +2,7 @@
permalink: concurrency.html
title: Concurrency in Scala
layout: post
desc: Runnable, callable, threads, Futures, Twitter Futures
desc: Runnable, Callable, threads, Futures
---

* Runnable
Expand All @@ -11,11 +11,9 @@ desc: Runnable, callable, threads, Futures, Twitter Futures
* Executors
* ExecutorService
* Futures
** Stock Java
** Our own Futures
* Solutions
** Producer/Consumer
** Parrallel combinators
** Parallel combinators
** Single-machine MapReduce


Expand Down