[doc] Update thread information in developer docs#18645
[doc] Update thread information in developer docs#18645maflcko merged 1 commit intobitcoin:masterfrom
Conversation
jnewbery
commented
Apr 15, 2020
- DumpAddresses thread was removed in Lightweight task scheduler #5964
- Shutdown thread was removed in Get rid of DetectShutdownThread #5679
- Add new threads (scheduler, RPC worker, indexer, tor control)
- Small changes to documentation of other threads
|
Thanks. Glad someone takes care of this. Such documentations do quickly outdate. |
04c466a to
c91fba7
Compare
Done
Done |
|
ACK c91fba7 |
|
ACK c91fba7f60b129387fe7ccabb93f28601de80e68 , except for the wrong links |
509ed8d to
66e67cf
Compare
|
Thanks @MarcoFalke. I've taken your changes. |
|
ACK 66e67cfae16fd9154514b5d72888ceb49d52f390 only clicked the links, didn't read the comments |
66e67cf to
808ef36
Compare
|
Thanks for the review @hebasto . I've fixed your review comments. |
|
ACK 808ef36 |
jonatack
left a comment
There was a problem hiding this comment.
ACK. Nice idea to add the doxygen links.
|
|
||
| - ThreadRPCServer : Remote procedure call handler, listens on port 8332 for connections and services them. | ||
| - [ThreadMessageHandler (`b-msghand`)](https://doxygen.bitcoincore.org/class_c_connman.html#aacdbb7148575a31bb33bc345e2bf22a9) | ||
| : Application level message handling (sending and receiving). Almost |
There was a problem hiding this comment.
s/Application level/Application-level/
| : Universal plug-and-play startup/shutdown. | ||
|
|
||
| - [ThreadSocketHandler (`b-net`)](https://doxygen.bitcoincore.org/class_c_connman.html#a765597cbfe99c083d8fa3d61bb464e34) | ||
| : Sends/Receives data from peers on port 8333. |
808ef36 [doc] Update thread information in developer docs (John Newbery) Pull request description: - DumpAddresses thread was removed in bitcoin#5964 - Shutdown thread was removed in bitcoin#5679 - Add new threads (scheduler, RPC worker, indexer, tor control) - Small changes to documentation of other threads ACKs for top commit: MarcoFalke: ACK 808ef36 hebasto: ACK 808ef36. Tree-SHA512: 85b6ace7bcc4dee030c63461bef1ded1a9581d4fa249c59f6fcd5d33d89c4357a6b8b35888ce0960f276d397b5e38a21e6c5d4b7b79544827a28c950e097b36d
Summary: This is a backport of Core [[bitcoin/bitcoin#18645 | PR18645]] Note: the StartNode line was removed in [[bitcoin/bitcoin#17539 | PR17539]] (not yet backported) Test Plan: Clicked on all the URLs to check that they work. Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Differential Revision: https://reviews.bitcoinabc.org/D8930
