You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/05/14 21:05:11 UTC

[GitHub] [tinkerpop] danielcweber opened a new pull request #1115: Alternative approach to TINKERPOP-2217.

danielcweber opened a new pull request #1115: Alternative approach to TINKERPOP-2217. 
URL: https://github.com/apache/tinkerpop/pull/1115
 
 
   No state variable, no counter, no concurrent queue, no send-loop. Instead, the critical section is protected by a SemaphoreSlim which allows asynchronous waits. The up-queuing of requests is implicit through the semaphore. Besides that, we don't fire-and-forget the send loop anymore and more (private) methods return Task instead of void.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services