CheeseTastisch
CheeseTastisch
Same issue for me. I included use Async, but it didn't fine the Async class. Have you found a solution @saulob?
Hey @saulob. For me it worked fine, as i installed the ide-helper package and execute the command `php artisan ide:helper:generate`. I hope this can fix it for you as well.
@parsasi @lukasmedia As i said in the [answer](https://github.com/vuongxuongminh/laravel-async/issues/21#issuecomment-919996721) before, it's working perfect, if you install ide-helper and run `php artisan ide-helper:generate`. Than import the Async Trait (not `use VXM\Async\Async` but...
The only way (with TeamSpeak-Query) is to do this with different channels. Another way would be to do this with a plugin. This would then have to mute the clients...
But with that solution i need to implement it for every os in an slightly other way, right? At least at macOS there are sysctl's called `hw.l1icachesize`, `hw.l1dcachesize`, `hw.l2cachesize` and...
I will start working and will try to implemnt windows, linux and macOS for the start, maby i will add some other OS later
How can i use udev? Is there a documentation of it anywhere?
My MacBook (M2) has with `sysctl` the following output: ``` hw.perflevel0.l1icachesize: 196608 hw.perflevel0.l1dcachesize: 131072 hw.perflevel0.l2cachesize: 16777216 hw.perflevel1.l1icachesize: 131072 hw.perflevel1.l1dcachesize: 65536 hw.perflevel1.l2cachesize: 4194304 hw.cacheconfig: 8 1 4 0 0 0 0...
So it seems like there are many differences between each operating system and even different processors. Therefore, it is very likely that some information is only available on some operating...
Hey @dbwiddis, I haven't had much time lately and I won't have much time in the near future either. So it won't be possible for me to really work on...