Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation problem #3093

Closed
vicuna opened this issue Dec 17, 2001 · 2 comments
Closed

Documentation problem #3093

vicuna opened this issue Dec 17, 2001 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 17, 2001

Original bug ID: 731
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

hi,

the html-manual of ocaml-3.02  says:

23.5 Module ThreadUnix: thread-compatible system calls

This module is deprecated: its functionality has been merged back
into the Unix module. Threaded programs can now call the functions
from module Unix directly, and still get the correct behavior
(block the calling thread, if required, but do not block all
threads in the process)

    but the manual for ocaml-3.04 says:

Module ThreadUnix

module ThreadUnix = struct ... end Thread-compatible system calls.
This module reimplements some of the functions from Unix so that they
only block the calling thread, not all threads in the program, if they
cannot complete immediately. See the documentation of the Unix module for
more precise descriptions of the functions below.

 so the module seems to be reactivated, is this correct ?


M.Becker
@vicuna
Copy link
Author

vicuna commented Dec 20, 2001

Comment author: administrator

the html-manual of ocaml-3.02 says:
23.5 Module ThreadUnix: thread-compatible system calls
This module is deprecated:

    but the manual for ocaml-3.04 says:

Module ThreadUnix
module ThreadUnix = struct ... end Thread-compatible system calls.

 so the module seems to be reactivated, is this correct ?

No, ThreadUnix is still deprecated, but there was a glitch during the
generation of the documentation. Perhaps the documentation comments
in threadUnix.mli are wrong. We will investigate this.

Thanks for the bug report.

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Jan 4, 2002

Comment author: administrator

Need to fix ThreadUnix documentation.

@vicuna vicuna closed this as completed Jun 26, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant