#56 fakes setting cpu_affinity on unsupported platforms

This commit is contained in:
Ilan Steemers
2015-09-09 13:25:27 +02:00
parent 0e03601572
commit cc178df2b1
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ In this example the user requests a report and we let the cluster do the generat
task.result)
The hook is practical here, cause it allows us to detach the sending task from the report generation function and to report on possible failures.
The hook is practical here, because it allows us to detach the sending task from the report generation function and to report on possible failures.
Haystack
========