Commit Graph

6 Commits (ecf84991a403bed2841e1a3fca58d8a5b69c2f08)

Author SHA1 Message Date
Guillermo Rodriguez ecf84991a4
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-27 19:14:20 -03:00
Guillermo Rodriguez 4c53c3e9b3
IPC ring bug impl with async read 2025-03-27 19:14:20 -03:00
Tyler Goodlet c67f72ca48 Pass `str` dtype for `use_str` case 2025-03-27 15:51:53 -04:00
Tyler Goodlet 5f085b94ab 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-27 15:51:53 -04:00
Tyler Goodlet 1a6d8639c4 Add repetitive attach to existing segment test 2025-03-27 15:51:53 -04:00
Tyler Goodlet f81138a968 Add initial readers-writer shm list tests 2025-03-27 15:51:53 -04:00