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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
magnet
changed the title
Create API to read files as a Reactive Stream
Create API to read files and JAR/bundle resources as a Reactive Stream
May 8, 2017
Bundle resources only have blocking access through InputStream. An alternative
approach is used by copying the resource the first time it is requested to the
bundle storage area, then using a ReactiveFileReader.
Published IODispatcher service, a DetachedDispatcher for blocking IO needs.
Added test facilities through WithCodexIO JUnit rule. Codex-IO might requires
a new dependency on OSGi core and may become a separate module.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Non-blocking, on demand file reading, notably for service Saga assets.
The text was updated successfully, but these errors were encountered: