Hacker News new | ask | show | jobs
by mbreese 2580 days ago
You would probably still want a close() to release local resources. A stateless object itself might just NOP the close(), but the local handler might still need to release a reference or two.

I think open/close() are probably the minimal interface.