saeedvaziry / laravel-async

Laravel Async
MIT License
129 stars 9 forks source link

Windows support? #8

Open Vectorial1024 opened 3 weeks ago

Vectorial1024 commented 3 weeks ago

Upon closer inspection, this is a very powerful yet deceptively simple library/package.

For me, I immediately think of the following: can we update this to make this work on Windows? My initial quick thoughts are, "yes we can", but will need more investigation.

This library can already run on Linux and Unix-based OS (e.g. MacOS); this being able to also run on Windows will be a very significant game-changer.

(Edit: am dev that, against best practices, prefers to develop on Windows)

saeedvaziry commented 3 weeks ago

I am not a Windows expert, But does it support sending a cli command to the background?

Vectorial1024 commented 3 weeks ago

I think yes; Windows and Linux are like cousins where the core features are here, just that both are using different names.

But still, to ensure the library is working the same way on both Windows and Linux, we should start working on #3 first, and then think about this later.

(Or maybe just deal with #9 first...)