libfork
libfork copied to clipboard
macOS 14.5: "hwloc's cpu binding is not supported on this system"
This library looks really nice. I'm trying to use it with Xcode 15.4, but I hit the following error:
case ENOSYS:
LF_THROW(hwloc_error{"hwloc's cpu binding is not supported on this system"});
I'm using lf::lazy_pool pool(4);