If we can figure out a way to handle errors from (make-thread) and (async-start) then we should be able to permit only one simultaneous operation per remote file, this should solve issue #53 and #57
Preferably using (condition-case) as described here.
If we can figure out a way to handle errors from
(make-thread)
and(async-start)
then we should be able to permit only one simultaneous operation per remote file, this should solve issue #53 and #57Preferably using
(condition-case)
as described here.