Joey Nelson
Results
1
comments of
Joey Nelson
What about the following change from: ``` maybe_lock(f, io::IO) = lock(f, io) # IOStream doesn't support locking... maybe_lock(f, io::IOStream) = f() maybe_lock(f, io::IOBuffer) = f() maybe_lock(f, io::Base64EncodePipe) = f() maybe_lock(f,...