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
At first Filesystem was added only for the need of reading and writing configuration files. Then, the additional abstracitons were added, because they were easy to implement on top of league's filesystem. There is set of drawbacks of using this apporach and would be beneficial to reimplement it. The proposal is:
Move current Filesystem (Kraken\Filesystem) to Cloud (Kraken\Cloud) namespace.
Implement async Filesystem in empty (Kraken\Filesystem).
The text was updated successfully, but these errors were encountered:
khelle
changed the title
Async Filesystem
Makr current Filesystem as Cloud-based one and add new async one
Oct 11, 2016
khelle
changed the title
Makr current Filesystem as Cloud-based one and add new async one
Make current Filesystem as Cloud-based one and add new async one
Oct 11, 2016
khelle
changed the title
Make current Filesystem as Cloud-based one and add new async one
Make current Filesystem a Cloud-based one and add new async one
Oct 11, 2016
At first Filesystem was added only for the need of reading and writing configuration files. Then, the additional abstracitons were added, because they were easy to implement on top of league's filesystem. There is set of drawbacks of using this apporach and would be beneficial to reimplement it. The proposal is:
Kraken\Filesystem
) to Cloud (Kraken\Cloud
) namespace.Kraken\Filesystem
).The text was updated successfully, but these errors were encountered: