efi icon indicating copy to clipboard operation
efi copied to clipboard

Reuse global instances of StdIn and StdOut (and StdErr when implemented) instead of creating new one each time

Open gurry opened this issue 7 years ago • 0 comments

stdin() and stdout() Now create new instances of io objects on each call. See if we can return a reference and it's ergonomic enough.

gurry avatar Jun 18 '18 05:06 gurry