tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Remove akka agent from IOSystem #529

Closed benblack86 closed 7 years ago

DanSimon commented 7 years ago

So once upon a time I definitely had a branch where I did this. I just replaced the agents with AtomicReference's and it all worked fine. Same for all the other places as well. Should be pretty easy.

benblack86 commented 7 years ago

Yeah, just wanted to split work up so multiple people can enjoy the fun :)

benblack86 commented 7 years ago

https://github.com/tumblr/colossus/pull/532