timholy / ComputationalResources.jl

Julia package for selecting hardware, libraries, and algorithms for a computation
Other
34 stars 5 forks source link

Export CPUProcesses #17

Closed oschub closed 4 years ago

oschub commented 4 years ago

Although CPUProcesses was present as a type in the source code, it was not exported and not mentioned in the readme either.

timholy commented 4 years ago

This seems fine, though if it's to be exported it should also be added to the tests.

timholy commented 4 years ago

Thanks!

timholy commented 4 years ago

https://github.com/JuliaRegistries/General/pull/11412