Changeset 92 for branches/home/psmith/restructure/src/protocol
- Timestamp:
- 02/18/07 00:57:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/home/psmith/restructure/src/protocol/yarpc/yarpc-state-machine.lisp ΒΆ
r84 r92 69 69 70 70 (defmethod process-outgoing-packet((sm yarpc-state-machine)) 71 #+nio-debug (format-log t "yarpc-state-machine:process-outgoing-packet - called, polling the results-queue ~%" )71 #+nio-debug2 (format-log t "yarpc-state-machine:process-outgoing-packet - called, polling the results-queue ~%" ) 72 72 (let ((server-job (nio-compat:take (result-queue sm) :blocking-call nil))) 73 73 (when server-job
Note: See TracChangeset
for help on using the changeset viewer.