It would be nice if @parallel and @threads could be combined. E.g. in an expression
@parallel @threads for [...] end could it be possible for @parallel to "forward" @threads to the inner loops it produces? Does something like this exist already in some form? Forwarding @simd might also be nice in some cases, if technically possible (of course @inbounds and @fastmath would need to be "forwarded" too, I guess).
