Commit Graph

6 Commits (66c1d09ad46a4a6dfe31f9ea3f6b4a3552b385bb)

Author SHA1 Message Date
Guillermo Rodriguez 66c1d09ad4
General improvements
EventFD class now expects the fd to already be init with open_eventfd
RingBuff Sender and Receiver fully manage SharedMemory and EventFD lifecycles, no aditional ctx mngrs needed
Separate ring buf tests into its own test bed
Add parametrization to test and cancellation
Add docstrings
Add simple testing data gen module .samples
2025-03-22 16:39:00 -03:00
Guillermo Rodriguez 8c82a05f4b
IPC ring bug impl with async read 2025-03-22 16:38:51 -03:00
Tyler Goodlet 8c29ce3724 Pass `str` dtype for `use_str` case 2025-03-22 15:02:56 -04:00
Tyler Goodlet 917e6fa2b2 Parametrize rw test with variable frame sizes
Demonstrates fixed size frame-oriented reads by the child where the
parent only transmits a "read" stream msg on "frame fill events" such
that the child incrementally reads the shm list data (much like in
a real-time-buffered streaming system).
2025-03-22 15:02:56 -04:00
Tyler Goodlet 3ced3108c4 Add repetitive attach to existing segment test 2025-03-22 15:02:56 -04:00
Tyler Goodlet b9091b7caa Add initial readers-writer shm list tests 2025-03-22 15:02:56 -04:00