- file-lock/blocking PORT #!optional START LENprocedure
Similar to file-lock, but if a lock is held on the file, the current process blocks (including all threads) until the lock is released.
NOTE: On native Windows builds (all except cygwin), this procedure is unimplemented and will raise an error.