jprendes/emception

[Question] How does await FileSystem work?

james-pre opened this issue · 0 comments

In the source, we have await new FileSystem();.

How does one add this behavior with another class that needs FileSystem (so that the await can bubble)? Having the await call inside the class constructor / body doesn't work.