net.liftweb.http
This class keeps a list of comet actors that need to update the UI
Vector.
Vector.par was introduced in 2.9.x , so to be able to use it in Lift builds for scala 2.8.x I am using this implicit conversion to avoid a compiler error. I fake the par method to return a simple Vector
This class keeps a list of comet actors that need to update the UI