hhvm / hsl-experimental

Experimental features for the Hack Standard Library
MIT License
23 stars 10 forks source link

Add MemoryHandle::close() #147

Closed fredemmott closed 4 years ago

fredemmott commented 4 years ago

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

fredemmott commented 4 years ago

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