|
|
|
|
|
by throwaway894345
1962 days ago
|
|
I don't usually deal with stateful closures. In OO we often have file objects, and if you call Close() on said object, subsequent Read() invocations fail because the encapsulated state has changed. What's the closure analog for this? |
|