compatibility/collects/mzlib/async-channel.rkt
Matthew Flatt b7928f0fa1 rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00

5 lines
96 B
Racket

#lang scheme/base
(require scheme/async-channel)
(provide (all-from-out scheme/async-channel))