]> git.lizzy.rs Git - rust.git/commit
uv: Remove closure-based home_for_io for raii
authorAlex Crichton <alex@alexcrichton.com>
Sun, 3 Nov 2013 19:26:08 +0000 (11:26 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 10 Nov 2013 09:37:10 +0000 (01:37 -0800)
commit653406fcf78aff6bfc4a7c025a8176919d708565
treef20b562054685333193866716cff61d5c5d141c5
parent4bcde6bc068b8962d368fc70bd68cb21f5d1013c
uv: Remove closure-based home_for_io for raii

Using an raii wrapper means that there's no need for a '_self' variant and we
can greatly reduce the amount of 'self_'-named variables.
src/librustuv/uvio.rs