AG2 home pagelight logodark logo
  • ag2ai/ag2
  • ag2ai/ag2
utils
autogen.fast_depends.utils.async_map
Documentation
User Guide
API References
Use Cases
User Stories
Contribute
FAQs
Ecosystem
Blog
API Reference
  • autogen
    • Overview
    • Agent
    • AgentNameConflictError
    • AssistantAgent
    • Cache
    • ChatResult
    • ContextExpression
    • ConversableAgent
    • GroupChat
    • GroupChatManager
    • InvalidCarryOverTypeError
    • LLMConfig
    • ModelClient
    • NoEligibleSpeakerError
    • OpenAIWrapper
    • SenderRequiredError
    • UndefinedNextAgentError
    • UpdateSystemMessage
    • UserProxyAgent
    • a_initiate_swarm_chat
    • a_run_swarm
    • config_list_from_dotenv
    • config_list_from_json
    • config_list_from_models
    • config_list_gpt4_gpt35
    • config_list_openai_aoai
    • filter_config
    • gather_usage_summary
    • get_config_list
    • initiate_chats
    • register_function
    • run_swarm
    • agentchat
    • agents
    • browser_utils
    • cache
    • code_utils
    • coding
    • doc_utils
    • events
    • exception_utils
    • fast_depends
      • Overview
      • Depends
      • Provider
      • inject
      • core
      • dependencies
      • library
      • schema
      • use
      • utils
        • Overview
        • async_map
        • collect_outer_stack_locals
        • contextmanager_in_threadpool
        • get_typed_annotation
        • get_typed_signature
        • is_async_gen_callable
        • is_coroutine_callable
        • is_gen_callable
        • run_async
        • run_in_threadpool
        • solve_generator_async
        • solve_generator_sync
    • formatting_utils
    • graph_utils
    • import_utils
    • interop
    • io
    • json_utils
    • llm_config
    • logger
    • math_utils
    • mcp
    • messages
    • oai
    • retrieve_utils
    • runtime_logging
    • token_count_utils
    • tools
    • types
utils

autogen.fast_depends.utils.async_map

​
async_map

Copy
async_map(func: Callable[..., ~T], async_iterable: AsyncIterable[Any]) -> AsyncIterable[~T]
Parameters:
NameDescription
funcType: Callable[…, ~T]
async_iterableType: AsyncIterable[Any]

Overviewcollect_outer_stack_locals
xgithublinkedindiscordyoutube
Powered by Mintlify
On this page
  • async_map