Skip to content

Redo challenge 11 with Coroutines. #456

Description

@rajagennu

In challenge 11, we have used generators to implement

for i in ../*/*py; do grep ^import $i|sed 's/import //g' ; done | sort | uniq -c | sort -nr

How about redoing same challenge with Coroutines ?

If interested, users can use below references.

  1. Curious Course on Coroutines and Concurrency
  2. Coroutines

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions