OpenQuizz
Une application de gestion des contenus pédagogiques
pymongo.thread_util Namespace Reference

Data Structures

class  BoundedSemaphore
 
class  DummySemaphore
 
class  MaxWaitersBoundedSemaphore
 
class  MaxWaitersBoundedSemaphoreThread
 
class  Semaphore
 Begin backport from CPython 3.2 for timeout support for Semaphore.acquire. More...
 

Functions

def create_semaphore (max_size, max_waiters)
 

Function Documentation

◆ create_semaphore()

def pymongo.thread_util.create_semaphore (   max_size,
  max_waiters 
)