Skip to content

Commit

Permalink
feat: ASyncFuture sync/async future-esque class (#69)
Browse files Browse the repository at this point in the history
* feat: ASyncFuture v0

* feat: decorator for ASyncFuture
  • Loading branch information
BobTheBuidler authored Oct 1, 2023
1 parent 38de6d0 commit e8d5bcf
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 0 deletions.
1 change: 1 addition & 0 deletions a_sync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from a_sync import aliases
from a_sync.base import ASyncGenericBase
from a_sync.decorator import a_sync
from a_sync.future import ASyncFuture, future
from a_sync.modifiers.semaphores import apply_semaphore
from a_sync.primitives import *
from a_sync.singleton import ASyncGenericSingleton
Expand Down
Loading

0 comments on commit e8d5bcf

Please sign in to comment.