hhvm/hsl-experimental

Add MemoryHandle::close()

fredemmott opened this issue · 1 comments

Consider entirely removing IO\CloseableHandle; now that we no longer have disposable, all handles should probably be closeable.

HPHP::Transport IO\Handles are not currently closeable - they probable should be.