Commit Graph

12 Commits

Author SHA1 Message Date
David Wilson d800b684ef Merge branch 'module-preloading'
Not much point in keeping the docs changes separate.
2017-10-05 19:20:05 +05:30
David Wilson 2bda6ee70c docs: better io_op doc, move Side docs to Sphinx. 2017-10-05 14:02:55 +05:30
David Wilson 15492adabc docs: move BasicStream docs into Sphinx. 2017-10-05 13:48:32 +05:30
David Wilson b88e68df72 docs: Fix up tons of references, document trust chain 2017-10-03 19:57:58 +05:30
David Wilson 88c82aff6a docs: Fix index generation everywhere. 2017-09-29 20:22:43 +05:30
David Wilson 1ed8bb6924 Document a bunch of mitogen.master and move more docstrings into Sphinx. 2017-09-21 17:04:03 +05:30
David Wilson 535ffc25b7 Move more docstrings out of core.py. 2017-09-18 14:50:41 +05:30
David Wilson 446e956e8f Rename package. 2017-09-11 10:20:01 +05:30
David Wilson 7634b4c31c Add ProcessMonitor class 2017-09-09 07:01:57 +05:30
David Wilson ff903b1bcd Rearrange docs, split connection methods into submodules. 2016-08-19 15:16:31 +01:00
David Wilson a26a6bd66e More docs. 2016-08-16 03:17:16 +01:00
David Wilson fea12a6030 Many updates: graceful shutdown, docs, threading
* Start splitting docs up into internals.rst / api.rst
* Docs for lots more of econtext.core.
* Get rid of _update_stream() and has_output(), replace with individual
  functions called as state changes.
* Add Broker.on_thread() and remove Stream._lock: simply call
  on_thread() to ensure buffer management is linearized.
* Rename read_side/write_side to receive_side/transmit_side like event
  handler names.
* Clean up some more repr / debug logs.
* Move handle cleanup to Context.on_shutdown where it belongs.
* Make wake() a noop when called from broker thread.
* Replace graceful_count crap with Side.graceful attribute, add
  Broker.keep_alive() to check whether any registered readers want to
  be kept alive for graceful shutdown() or any child contexts with a
  connected stream exist.
* Make master.Broker timeout slightly longer than slave broker.
* Add generic on_thread() to allow running code on the IO thread.
2016-08-16 02:04:56 +01:00