书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 31 个相关结果.
  • API Documentation

    303 2020-06-15 《Jug v2.0 Tutorial》
    API Documentation JUG: Coarse Level Parallelisation for Python API Documentation JUG: Coarse Level Parallelisation for Python The main use of jug is from the command line: ...
  • Backends

    352 2020-06-15 《Jug v2.0 Tutorial》
    Backends What is a Jug Backend? What Backends Are Available? Filesystem Redis In Memory Store Which Backend Should I Use? Backends What is a Jug Backend? A jug backend ...
  • Configuration

    369 2020-06-15 《Jug v2.0 Tutorial》
    Configuration Configuration file Configuration Configuration file New in version 1.3: In previous versions, the configuration file was called ~/.jug/configrc . Since version...
  • Barriers

    314 2020-06-15 《Jug v2.0 Tutorial》
    Barriers bvalue Barriers Often part of your control structure depends on previous computations. For example, you might load all the data, and filter some of them out based on ...
  • Early exit

    268 2020-06-15 《Jug v2.0 Tutorial》
    Early exit Maximum running time Exiting if a file exists Exiting after a specified number of tasks Early exit This functionality is available since 1.7, but needed to be exp...
  • Compound Tasks

    356 2020-06-15 《Jug v2.0 Tutorial》
    Compound Tasks See Also Compound Tasks This is a fairly advanced topic, which you should only tackle once you have mastered the basics of Jug. A compound task is a function t...
  • Writing a Backend

    328 2020-06-15 《Jug v2.0 Tutorial》
    Writing a Backend What is a backend How to write a backend Writing a Backend What is a backend A backend is simply a store for objects. It needs to support four operations:...
  • Clojure Big Ideas

    715 2020-06-21 《Practicalli Clojure》
    Ten Big Ideas plus one Presentation slides (pdf format) Ten Big Ideas plus one The key to understanding Clojure is ideas, not language constructs but the concepts that shape t...
  • Tasklets

    256 2020-06-15 《Jug v2.0 Tutorial》
    Tasklets Before Tasklets With Tasklets Tasklets New in version 0.8: Tasklets were added in version 0.8, starting with the betas (named 0.7.9..) A Tasklet is a light-weight t...
  • Id Generators

    The Database Id Generator The UUID Generator All persistent entities managed by the process engine (Process Instances, Tasks, …) have uniqueIds. These Ids uniquely identify ...