Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ release_new_bikes
Method
release_new_bikes
PythonAPI/examples/gamma_crowd.py:228–233 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
226
self._new_bikes_lock.acquire()
227
228
def
release_new_bikes(self):
229
try
:
230
self._new_bikes_lock.release()
231
except
Exception
as
e:
232
print(e)
233
sys.stdout.flush()
234
235
236
@property
Callers
2
do_spawn
Function · 0.80
pull_new_agents
Function · 0.80
Calls
2
release
Method · 0.80
flush
Method · 0.45
Tested by
no test coverage detected