Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI might not understand your question, but you can do asynchronous writes (non-blocking), and get event handles to each write.
Then you can have a read-call which takes the four events as arguments so essentially the read waits on the four writes to finish before launching.