7 The stream_pool library
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog C-library
        • The stream_pool library
          • add_stream_to_pool/2
          • delete_stream_from_pool/1
          • close_stream_pool/0
          • dispatch_stream_pool/1
          • stream_pool_main_loop/0
Availability::- use_module(library(streampool)).(can be autoloaded)
Sourcedelete_stream_from_pool(+Stream)
Delete the given stream from the pool. Succeeds, even if Stream is no member of the pool. If Stream is unbound the entire pool is emtied but unlike close_stream_pool/0 the streams are not closed.