Skip to content

Commit

Permalink
Merge branch 'jn/gen_stream' into pu
Browse files Browse the repository at this point in the history
* jn/gen_stream:
  Use erlang:process_info(Pid, links) to determine if gen_stream managed worker processes are leaked
  Move gen_stream internal process test to after termination of gen_stream parent
  Add calls to code loader in every test to verify code loader still running
  Track gen_stream processes directly for accurate test results
  Patch dev to reproduce jn/gen_stream
  • Loading branch information
bjorng committed Oct 11, 2010
2 parents 6c99262 + b2386df commit cc2e888
Show file tree
Hide file tree
Showing 10 changed files with 3,108 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/stdlib/doc/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ XML_REF3_FILES = \
gen_event.xml \
gen_fsm.xml \
gen_server.xml \
gen_stream.xml \
io.xml \
io_lib.xml \
lib.xml \
Expand Down
574 changes: 574 additions & 0 deletions lib/stdlib/doc/src/gen_stream.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/stdlib/doc/src/ref_man.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<xi:include href="gen_event.xml"/>
<xi:include href="gen_fsm.xml"/>
<xi:include href="gen_server.xml"/>
<xi:include href="gen_stream.xml"/>
<xi:include href="io.xml"/>
<xi:include href="io_lib.xml"/>
<xi:include href="lib.xml"/>
Expand Down
1 change: 1 addition & 0 deletions lib/stdlib/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ MODULES= \
gen_event \
gen_fsm \
gen_server \
gen_stream \
io \
io_lib \
io_lib_format \
Expand Down
Loading

0 comments on commit cc2e888

Please sign in to comment.