From dc1adc942b72ede0092ca80c15cc35cfd7bcdf91 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 24 Mar 2013 10:06:39 -0700 Subject: [PATCH] io.pools: Rename --- basis/io/pools/pools.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/io/pools/pools.factor b/basis/io/pools/pools.factor index e03bdeabf9..1cd104da48 100644 --- a/basis/io/pools/pools.factor +++ b/basis/io/pools/pools.factor @@ -23,7 +23,7 @@ M: pool dispose* connections>> dispose-each ; : with-pool ( pool quot -- ) [ pool swap with-variable ] curry with-disposal ; inline -TUPLE: return-connection conn pool ; +TUPLE: return-connection-state conn pool ; : return-connection ( conn pool -- ) dup check-pool connections>> push ; @@ -49,7 +49,7 @@ M: return-connection dispose [ conn>> ] [ pool>> ] bi return-connection ; : return-connection-later ( db pool -- ) - \ return-connection boa &dispose drop ; + \ return-connection-state boa &dispose drop ; TUPLE: datagram-pool < pool addrspec ;