You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to make the python API look more similar to the Rust and C++ APIs.
Exactly how needs a bit of design, but something along the lines of:
rec=rr.Recording("rerun_example_app", stream_to_disk="foo.rrd")
rec.set_time(…)
rec.log(…)
# Helper to have a standard way to access a recording:rr.set_global_recording(rec)
ifrec:=rr.get_global_recording():
rec.log(…)
No init. No other global state or per-thread state other than the set/get_global_recording helpers.
Questions: how do we handle multiprocessing parallelism?
We want to make the python API look more similar to the Rust and C++ APIs.
Exactly how needs a bit of design, but something along the lines of:
No
init
. No other global state or per-thread state other than theset/get_global_recording
helpers.Questions: how do we handle
multiprocessing
parallelism?Related:
authkey()
should be opt-in #3793spawn=True
says "trying to connect" on already open viewer but doesn't announce success #5175tee
logging) #1998The text was updated successfully, but these errors were encountered: