about summary refs log tree commit diff stats
path: root/075channel.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-18 21:09:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-18 21:09:27 -0700
commita621ef95f4728d15bdf0b1828ac7dd6ac5af2795 (patch)
tree55e215014e53dfd5327dbd6eefb8d072b5b08a08 /075channel.mu
parent47219d0b2b41096547a02b506d7413fe9a3d308a (diff)
downloadmu-a621ef95f4728d15bdf0b1828ac7dd6ac5af2795.tar.gz
3225 - testable interface for writing files
For example usage of file operations, see filesystem.mu.

Is it ugly that we don't actually write to disk unless we wait for the
writing routine to exit? Maybe there's a nice way to wrap it. At any
rate, all buffering is explicit, which seems a win compared to *nix.
Diffstat (limited to '075channel.mu')
-rw-r--r--075channel.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/075channel.mu b/075channel.mu
index d47410da..1ee716a2 100644
--- a/075channel.mu
+++ b/075channel.mu
@@ -302,7 +302,6 @@ after <channel-write-initial> [
   closed?:boolean <- get *chan, closed?:offset
   return-if closed?
 ]
-
 after <channel-read-empty> [
   closed?:boolean <- get *chan, closed?:offset
   {