Changeset 15368


Ignore:
Timestamp:
08/13/20 19:24:26 (3 years ago)
Author:
Mark Evenson
Message:

Less cryptic warnings for ignored socket write timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/socket.lisp

    r14214 r15368  
    105105  "No-op setting of write timeout to SECONDS on SOCKET."
    106106  (declare (ignore socket seconds))
    107   (warn "Unimplemented.
    108 
    109 Timeouts for writes should be implemented by spawning a guardian
    110 to the thread perfoming the socket write"))
    111 
     107  ;;  TODO timeouts for writes could possibly be implemented by
     108  ;;  spawning a guardian to asynchronously check on the threads
     109  ;;  perfoming the socket write.
     110  (warn "Ignoring request for unimplemented socket write timeout."))
     111 
    112112(provide '#:socket)
Note: See TracChangeset for help on using the changeset viewer.