Gabriella439 / pipes-concurrency

Concurrency for the pipes ecosystem
BSD 3-Clause "New" or "Revised" License
43 stars 12 forks source link

Replace spawn with spawn' and stop relying on GC tricks #36

Open k0001 opened 9 years ago

k0001 commented 9 years ago

@Gabriel439 just so you know, I started working on this. I am still working on the documentation, but I'd like you to take a look at this and check whether I am going in the right direction.

I'll continue to add documentation between today and tomorrow.

I'll open a different issue later talking a bit about some concerns I have with the type of withSpawn, but for now I'll continue to assume its current type.

Gabriella439 commented 9 years ago

Yes, this is definitely the right direction.

k0001 commented 9 years ago

Thanks, I'll keep you updated :)

k0001 commented 9 years ago

I got a bit distracted with other things, I'll work on this later during the week/weekend.

rainbyte commented 4 years ago

Are there still any problem with this PR? Can it be merged after being rebased?