kprotty / zefi

Zig Fiber Library (experiments; wip)
MIT License
36 stars 5 forks source link

Still WIP ? #1

Open Pismice opened 6 months ago

Pismice commented 6 months ago

Is it still WIP or dead ?

Very interseting project btw, I would be glad to see how you meant to implement that in Zig

kprotty commented 6 months ago

It works but doesn't seem compatible with WinSock.

Pismice commented 6 months ago

Other than that is it complete ?

kprotty commented 6 months ago

Complete in what sense?

Pismice commented 6 months ago

The project is finished and fully usable ?

kprotty commented 6 months ago

Similar to zig itself, the project is fully usable while still being worked on. I plan to add extra things like a runtime which manages the fibers as a separate API down the line.

Pismice commented 6 months ago

Ok ty very much for your answers, the ideal way to use your project is just to download the fiber.zig and use it in my other files right ?