Subject: | documentation does not describe on a high level how asynchronicity is provided |
Due to your linking the PDF describing Futures in Scala, a bunch of germans discussed Future.pm in #hannover.pm and one main issue i saw come up is that Future.pm does nothing to explain how the asynchronicity happens, whether Future.pm provides it, or if something else needs to provide it, and how it does so.
As an example question for this kind of lack of understanding, i'll translate one:
"so making a new Future object starts a new thread?"