Kaydet (Commit) a58d1c32 authored tarafından Guido van Rossum's avatar Guido van Rossum

asyncio: Add BoundedSemaphore to export list in locks.__all__.

üst 8a67f524
"""Synchronization primitives."""
__all__ = ['Lock', 'Event', 'Condition', 'Semaphore']
__all__ = ['Lock', 'Event', 'Condition', 'Semaphore', 'BoundedSemaphore']
import collections
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment