opened 03:41PM - 30 Dec 16 UTC
speculative
multithreading
broadcast
It would be nice to be able to put `@threads` in front of a dot call, e.g. `@thr…eads X .= f.(Y)`, and have it call a multi-threaded version of `broadcast` (which would assume `f` is thread-safe).