Implement RFC 19: Remove amaranth.lib.scheduler
This commit is contained in:
parent
b172d63160
commit
cd4ea96bd1
3 changed files with 15 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
import warnings
|
||||
|
||||
warnings.warn("the `amaranth.lib.scheduler` module will be removed without a replacement; "
|
||||
"copy the module into your project to continue using it",
|
||||
DeprecationWarning, stacklevel=2)
|
||||
|
||||
|
||||
from .. import *
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue