You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.1 provided openkal.stream, openkal.memory and openkal.abort, each
re-exporting a declaration module from the specification package. That placed
the names a consumer imports under this package's control, which is not an
implementation's role.
The package now contributes definitions and nothing else. It imports the same
interface a consumer imports, because it needs the declarations it is defining.
Requires openkal 0.2.0.
0 commit comments