- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sendSync (0.03 sec)
-
internal/event/targetlist.go
// Send - sends events to targets identified by target IDs. func (list *TargetList) Send(event Event, targetIDset TargetIDSet, sync bool) { if sync { list.sendSync(event, targetIDset) } else { list.sendAsync(event, targetIDset) } } func (list *TargetList) sendSync(event Event, targetIDset TargetIDSet) { var wg sync.WaitGroup for id := range targetIDset { target, ok := list.get(id) if !ok { continue
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 9.2K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
Smb2LeaseBreakAcknowledgment ack = new Smb2LeaseBreakAcknowledgment( breakNotif.getLeaseKey(), breakNotif.getNewLeaseState() ); sendAsync(ack); // Send acknowledgment asynchronously } // ... handle other message types ... } ``` ## 7. Configuration ### 7.1 Configuration Properties ```java // In PropertyConfiguration.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0)