Commit Graph

6 Commits

Author SHA1 Message Date
Michael Davidsaver ecafd9b89c mailboxes 2021-01-28 07:44:32 -08:00
Michael Davidsaver 0b6dcde043 add example RPC server/client 2020-08-18 13:25:18 -07:00
Michael Davidsaver 24f3478c98 post() with const ref.
Added "safety" of passing move-able reference
is an illusion since no use_count()==1 test
is done.  Instead extra (shallow) copies
were made for each subscriber.

Instead.  Pass const reference, redefine
MonitorControlOp::post() to transfer ownership,
and make only a single copy in SharedPV::post().
2020-07-26 20:46:12 -07:00
Michael Davidsaver 7debb1fae3 update Config handling
rename from_env() -> fromEnv()
add fromDefs()
2020-07-26 20:46:12 -07:00
Michael Davidsaver 8d8a371eb8 expand mailbox 2020-02-27 08:51:04 -08:00
Michael Davidsaver 879949706f doc example mailbox 2020-02-27 08:21:50 -08:00