Skip to content

Commit

Permalink
Let README reflect the fact that evfs_io_server behaviour is now avai…
Browse files Browse the repository at this point in the history
…lable
  • Loading branch information
yrashk committed Jul 10, 2011
1 parent 420ebf8 commit f33d712
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ You can register any number of virtual FS handlers using `evfs:register/2` funct
Also, by default, you get the handler that redirects file:// and plain filename requests
to the original file server, but you can unregiser it with `evfs:unregister/1` if you need.

Please bear in mind that this is a very early prototype. I still haven't implemented
a behaviour for file I/O (`file_request` and `io_request`). Not that it blocks you
from creating your VFS. It just will make it simpler. Right now you have to look into
file_io_server.erl from OTP in order to figure out how to do this.
Please bear in mind that this is a very early prototype.

For an example on how to build a VFS, look into `test/evfs_test_fs.erl`. Hopefully
it will help.

0 comments on commit f33d712

Please sign in to comment.