Skip to content

Make all FS module calls async #21

@jfrux

Description

@jfrux

Needs thread {} wrapped around the direcotry / file creation stuff especially.
Example:

public any function rmdir(path,callback) {
      thread name="foundry-rmdir-#createUUID#" p=arguments.path cb=arguments.callback {
             deleteDirectory(attributes.p);
              makeCallback(attributes.cb);
      }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions