﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1303	File ports should be nonblocking	sjamaan		"As shown by this ugly little program, reading from regular files blocks.

{{{
(use srfi-18)

(thread-start! (lambda () (let lp () (print ""spinning"") (thread-sleep! 0.2) (lp))))
(thread-start! (lambda () (with-input-from-file ""/dev/tty"" (lambda () (let lp () (print (cons 'read-from-tty (read))) (lp))))))

(thread-sleep! 1000)
}}}"	defect	new	major	someday	unknown	4.11.0				
