You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: '''<p>Event loop manager to utilize for scheduled or adhoc builds</p>
675
673
<table style="width:100%">
676
674
<col width="25%">
@@ -683,14 +681,6 @@ pipeline {
683
681
<td><strong>LIBEV</strong></td>
684
682
<td>A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs</td>
685
683
</tr>
686
-
<tr>
687
-
<td><strong>GEVENT</strong></td>
688
-
<td>A co-routine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop</td>
689
-
</tr>
690
-
<tr>
691
-
<td><strong>EVENTLET</strong></td>
692
-
<td>A concurrent networking library for Python that allows you to change how you run your code, not how you write it</td>
693
-
</tr>
694
684
<tr>
695
685
<td><strong>ASYNCIO</strong></td>
696
686
<td>A library to write concurrent code using the async/await syntax</td>
@@ -699,10 +689,6 @@ pipeline {
699
689
<td><strong>ASYNCORE</strong></td>
700
690
<td>A module provides the basic infrastructure for writing asynchronous socket service clients and servers</td>
701
691
</tr>
702
-
<tr>
703
-
<td><strong>TWISTED</strong></td>
704
-
<td>An event-driven networking engine written in Python and licensed under the open source MIT license</td>
0 commit comments