Y
Hacker News
new
|
ask
|
show
|
jobs
by
Aleman360
4019 days ago
Microsoft uses "Task". I like that way better.
2 comments
yelnatz
4019 days ago
That term actually makes the subject much more understandable.
link
masklinn
4019 days ago
It doesn't. "Task" has a notion of side-effect and no notion of yielding a value. Except a task can yield a value and have no side-effect.
link
Cakez0r
4019 days ago
and also the aptly named "TaskCompletionSource", which would be the promise equivalent (using Facebook's terminology)
link
jmtulloss
4019 days ago
That is, their terminology for this project. In facebook's Bolts framework for iOS they use Task and TaskCompletionSource
https://github.com/BoltsFramework/Bolts-iOS#tasks
link