I noted that web::WebSession.remove() returns Void. Should it not follow Map semantics and return the value that's been removed?
Void
Since its typically implemented with actors and messaging that would impose a potential overhead when I don't think most people require it
Login or Signup to reply.
SlimerDude Sun 21 Jan 2018
I noted that web::WebSession.remove() returns
Void
. Should it not follow Map semantics and return the value that's been removed?brian Sun 28 Jan 2018
Since its typically implemented with actors and messaging that would impose a potential overhead when I don't think most people require it